Method: StateFu::Machine#initial_state
- Defined in:
- lib/machine.rb
#initial_state ⇒ Object
141 142 143 |
# File 'lib/machine.rb', line 141 def initial_state() @initial_state ||= states.first end |
141 142 143 |
# File 'lib/machine.rb', line 141 def initial_state() @initial_state ||= states.first end |