# File lib/gherkin/formatter/model.rb, line 168 def row(comments, cells, line, id) @rows ||= [] @rows << DataTableRow.new(comments, cells, line) end