# File lib/state_machine/path.rb, line 70
    def events
      map {|transition| transition.event}.uniq
    end