Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > library _builtin > class SystemExit > new
new(status = 0, error_message = "") -> SystemExit
SystemExit オブジェクトを生成して返します。
例:
ex = SystemExit.new(1) p ex.status # => 1