# File lib/gherkin/formatter/pretty_formatter.rb, line 97
      def result(result)
        @io.write(up(1))
        print_step(result.status, @match.arguments, @match.location, true)
      end