Class LocalJumpError
In: eval.c
Parent: StandardError

Methods

exit_value   reason  

Public Instance methods

call_seq:

  local_jump_error.exit_value  => obj

Returns the exit value associated with this LocalJumpError.

The reason this block was terminated: :break, :redo, :retry, :next, :return, or :noreason.

To view or add comments on this documentation, please go to the API wiki.

[Validate]