Method: LocalJumpError#exit_value
- Defined in:
- proc.c
#exit_value ⇒ Object
Returns the exit value associated with this LocalJumpError.
2407 2408 2409 2410 2411 |
# File 'proc.c', line 2407 static VALUE localjump_xvalue(VALUE exc) { return rb_iv_get(exc, "@exit_value"); } |