Method: LocalJumpError#exit_value

Defined in:
proc.c

#exit_valueObject

Returns the exit value associated with this LocalJumpError.

Returns:



2407
2408
2409
2410
2411
# File 'proc.c', line 2407

static VALUE
localjump_xvalue(VALUE exc)
{
    return rb_iv_get(exc, "@exit_value");
}