Exception: SystemExit
Instance Method Summary (collapse)
-
- new
constructor
Create a new SystemExit exception with the given status.
-
- status
Return the status value associated with this system exit.
-
- success?
Returns true if exiting successful, false if not.
Methods inherited from Exception
#==, #backtrace, exception, #exception, #inspect, log_exceptions, log_exceptions=, #message, #set_backtrace, #to_s
Constructor Details
- (Object) new(status = 0)
Create a new SystemExit exception with the given status.
Instance Method Details
- (Fixnum) status
Return the status value associated with this system exit.
- (Boolean) success?
Returns true if exiting successful, false if not.