Parent

Methods

Gherkin::Parser::Row

Attributes

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

Public Class Methods

new(cells, comments, line) click to toggle source
# File lib/gherkin/parser/row.rb, line 10
def initialize(cells, comments, line)
  @cells, @comments, @line = cells, comments, line
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.