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