# File lib/state_machine/transition.rb, line 376 def context @context ||= {:on => event, :from => from_name, :to => to_name} end