Method: StateMachine::State#initial
- Defined in:
- lib/state_machine/state.rb
#initial ⇒ Object Also known as: initial?
Whether or not this state is the initial state to use for new objects
37 38 39 |
# File 'lib/state_machine/state.rb', line 37 def initial @initial end |