class Cucumber::Ast::Visitor

def visit_table_cell(table_cell)

def visit_table_cell(table_cell)
  table_cell.accept(self)
end