class Gherkin::Formatter::Model::Row

Attributes

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

Public Class Methods

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