class Cucumber::Ast::Table::Cells

def each(&proc)

def each(&proc)
  @cells.each(&proc)
end