Exception: FastRuby::JumpTagException

Inherits:
Exception
  • Object
show all
Defined in:
lib/fastruby/exceptions.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#stateObject (readonly)

Returns the value of attribute state.



26
27
28
# File 'lib/fastruby/exceptions.rb', line 26

def state
  @state
end