method
abort
v1_8_7_330 -
Show latest stable
- Class:
Kernel
abort(...)public
Terminate execution immediately, effectively by calling Kernel.exit(1). If msg is given, it is written to STDERR prior to terminating.
abort(...)Terminate execution immediately, effectively by calling Kernel.exit(1). If msg is given, it is written to STDERR prior to terminating.