Method: StateMachine::StateContext#machine
- Defined in:
- lib/state_machine/state_context.rb
#machine ⇒ Object (readonly)
The state machine for which this context’s state is defined
64 65 66 |
# File 'lib/state_machine/state_context.rb', line 64 def machine @machine end |