# File lib/gherkin/formatter/tag_count_formatter.rb, line 4
      def initialize(formatter, tag_counts)
        @formatter = formatter
        @tag_counts = tag_counts
      end