# File lib/gherkin/formatter/model.rb, line 74 def initialize(comments, tags, keyword, name, description, line) super(comments, tags, keyword, name, description, line) @type = "scenario" end
# File lib/gherkin/formatter/model.rb, line 79 def replay(formatter) formatter.scenario(self) end