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