class Cucumber::MultilineArgument::DataTable

def cells_rows

def cells_rows
  @rows ||= cell_matrix.map do |cell_row|
    Cells.new(self, cell_row)
  end
end