Exception: SystemExit

Inherits:
Exception show all

Instance Method Summary (collapse)

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.

Returns:

- (Boolean) success?

Returns true if exiting successful, false if not.

Returns:

  • (Boolean)

Returns:

  • (Boolean)