method
status
ruby latest stable - Class:
SystemExit
status()public
Return the status value associated with this system exit.
static VALUE
exit_status(VALUE exc)
{
return rb_attr_get(exc, id_status);
} status()Return the status value associated with this system exit.
static VALUE
exit_status(VALUE exc)
{
return rb_attr_get(exc, id_status);
}