Method: EndState::StateMachineConfiguration#set_initial_state
- Defined in:
- lib/end_state/state_machine_configuration.rb
#set_initial_state(state) ⇒ Object
10 11 12 |
# File 'lib/end_state/state_machine_configuration.rb', line 10 def set_initial_state(state) @initial_state = state.to_sym end |