# File lib/gherkin/formatter/tag_count_formatter.rb, line 15 def scenario(statement) record_tags((@feature_tags.to_a + statement.tags.to_a).uniq, statement.line) @formatter.scenario(statement) end