abort

abort
Kernel::abort([msg])
Process::abort([msg])
Instance Public methods

Terminate execution immediately, effectively by calling Kernel.exit(false). If msg is given, it is written to STDERR prior to terminating.

doc_ruby_on_rails
2015-04-17 08:50:13
Comments
Leave a Comment

Please login to continue.