# File lib/cucumber/wire_support/wire_protocol.rb, line 7
      def step_matches(name_to_match, name_to_report)
        handler = Requests::StepMatches.new(self)
        handler.execute(name_to_match, name_to_report)
      end