class Gherkin::Formatter::Model::Examples
Attributes
rows[RW]
Public Class Methods
new(comments, tags, keyword, name, description, line, id, rows)
click to toggle source
Calls superclass method
Gherkin::Formatter::Model::TagStatement.new
# File lib/gherkin/formatter/model.rb, line 99 def initialize(comments, tags, keyword, name, description, line, id, rows) super(comments, tags, keyword, name, description, line, id) @rows = rows end
Public Instance Methods
replay(formatter)
click to toggle source
# File lib/gherkin/formatter/model.rb, line 104 def replay(formatter) formatter.examples(self) end