Method: StateFu::Machine#state_names
- Defined in:
- lib/machine.rb
#state_names ⇒ Object
145 146 147 |
# File 'lib/machine.rb', line 145 def state_names states.map(&:name) end |
145 146 147 |
# File 'lib/machine.rb', line 145 def state_names states.map(&:name) end |