class Cucumber::Ast::Table::Cells

def initialize(table, cells)

def initialize(table, cells)
  @table, @cells = table, cells
end