# File lib/gherkin/formatter/filter_formatter.rb, line 48
      def scenario_outline(statement)
        replay!
        @feature_element_tags   = statement.tags
        @feature_element_name   = statement.name
        @feature_element_range  = statement.line_range
        @feature_element_events = [[:scenario_outline, statement]]
        @examples_events.clear
      end