Method: Fabulator::Core::Structurals::StateMachine#state_names
- Defined in:
- lib/fabulator/core/structurals/state_machine.rb
#state_names ⇒ Object
125 126 127 |
# File 'lib/fabulator/core/structurals/state_machine.rb', line 125 def state_names (@states.keys.map{ |k| @states[k].states }.flatten + @states.keys).uniq end |