# File lib/gherkin/formatter/model.rb, line 49 def initialize(comments, tags, keyword, name, description, line) super(comments, tags, keyword, name, description, line) end
# File lib/gherkin/formatter/model.rb, line 53 def replay(formatter) formatter.feature(self) end