# File lib/gherkin/formatter/pretty_formatter.rb, line 91
      def match(match)
        @match = match
        print_statement
        print_step('executing', @match.arguments, @match.location, false)
      end