# File lib/gherkin/formatter/filter_formatter.rb, line 31
      def feature(feature)
        @feature_tags   = feature.tags
        @feature_name   = feature.name
        @feature_events = [feature]
      end