# File lib/state_machine/path_collection.rb, line 69
    def events
      map {|path| path.events}.flatten.uniq
    end