# File lib/state_machine/branch.rb, line 198
      def match_event(query)
        matches_requirement?(query, :on, event_requirement)
      end