# File lib/gherkin/formatter/tag_count_formatter.rb, line 25
      def examples(statement, examples_rows)
        record_tags((@feature_tags.to_a + @scenario_outline_tags.to_a + statement.tags.to_a).uniq, statement.line)
        @formatter.examples(statement, examples_rows)
      end