# File lib/cucumber/formatter/gherkin_formatter_adapter.rb, line 9
      def initialize(gherkin_formatter, print_emtpy_match)
        @gf = gherkin_formatter
        @print_emtpy_match = print_emtpy_match
      end