Gherkin::Formatter::Model::TagStatement
# File lib/gherkin/formatter/model.rb, line 102 def initialize(comments, tags, keyword, name, description, line, rows=nil) super(comments, tags, keyword, name, description, line) @rows = rows end
# File lib/gherkin/formatter/model.rb, line 107 def replay(formatter) formatter.examples(self) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.