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