Methods

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 108
108:         def initialize(comments, tags, keyword, name, description, line, rows=nil)
109:           super(comments, tags, keyword, name, description, line)
110:           @rows = rows
111:         end

Public Instance Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.