Methods

Gherkin::Formatter::Model::Row

Attributes

comments[R]
cells[R]
line[R]

Public Class Methods

new(comments, cells, line) click to toggle source
     # File lib/gherkin/formatter/model.rb, line 206
206:         def initialize(comments, cells, line)
207:           @comments, @cells, @line = comments, cells, line
208:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.