Logo

Programming-Idioms

History of Idiom 87 > diff from v13 to v14

Edit summary for version 14 by :
New Ruby implementation by user [planetmcd]

Version 13

2016-01-01, 00:46:55

Version 14

2016-02-16, 12:40:46

Idiom #87 Stop program

Exit immediatly.
If some extra cleanup work is executed by the program runtime (not by the OS itself), describe it.

Idiom #87 Stop program

Exit immediatly.
If some extra cleanup work is executed by the program runtime (not by the OS itself), describe it.

Code
Kernel.exit(true)
Doc URL
http://ruby-doc.org/core-2.1.1/Kernel.html#method-i-exit