StandardError
Exceptions
call_seq:
local_jump_error.exit_value => obj
Returns the exit value associated with this LocalJumpError.
LocalJumpError
static VALUE localjump_xvalue(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(VALUE exc) { return rb_iv_get(exc, "@reason"); }
This page was generated for Ruby 1.9.1
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.44.0.