StandardError
call_seq:
local_jump_error.exit_value => obj
Returns the exit value associated with this LocalJumpError.
LocalJumpError
static VALUE localjump_xvalue(exc) VALUE exc; { return rb_iv_get(exc, "@exit_value"); }
The reason this block was terminated: :break, :redo, :retry, :next, :return, or :noreason.
static VALUE localjump_reason(exc) VALUE exc; { return rb_iv_get(exc, "@reason"); }
This page was generated for Ruby 1.8.6
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.44.0.