Methods

Class/Module Index [+]

Quicksearch

Gherkin::Formatter::Model::Examples

Attributes

rows[RW]

Public Class Methods

new(comments, tags, keyword, name, description, line, rows=nil) click to toggle source
# 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

Public Instance Methods

replay(formatter) click to toggle source
# File lib/gherkin/formatter/model.rb, line 107
def replay(formatter)
  formatter.examples(self)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.