# File lib/transitions/presenter.rb, line 3 def available_states get_state_machine.states.map(&:name) end