method

abort

Importance_1
Ruby latest stable (v1_8_7_72) - 0 notes - 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.

Show source
Register or log in to add new notes.