# File lib/gherkin/formatter/tag_count_formatter.rb, line 9
      def feature(statement, uri)
        @feature_tags = statement.tags
        @uri = uri
        @formatter.feature(statement, uri)
      end