abort
Kernel::abort([msg])
Process::abort([msg])
Kernel::abort([msg])
Process::abort([msg])
Class Public methods
Terminate execution immediately, effectively by calling
Kernel.exit(false)
. If msg is given, it is written to
STDERR prior to terminating.
Please login to continue.