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