Method: FiniteMachine::UndefinedTransition#to_state

Defined in:
lib/finite_machine/undefined_transition.rb

#to_state(from) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



18
19
20
# File 'lib/finite_machine/undefined_transition.rb', line 18

def to_state(from)
  from
end