Exception: FastRuby::JumpTagException
- Defined in:
- lib/fastruby/exceptions.rb
Instance Attribute Summary collapse
-
#state ⇒ Object
readonly
Returns the value of attribute state.
Instance Method Summary collapse
-
#initialize(state_) ⇒ JumpTagException
constructor
A new instance of JumpTagException.
Constructor Details
#initialize(state_) ⇒ JumpTagException
Returns a new instance of JumpTagException.
28 29 30 |
# File 'lib/fastruby/exceptions.rb', line 28 def initialize(state_) @state = state_ end |
Instance Attribute Details
#state ⇒ Object (readonly)
Returns the value of attribute state.
26 27 28 |
# File 'lib/fastruby/exceptions.rb', line 26 def state @state end |