class Cucumber::Ast::Table::Cell

def accept(visitor)

def accept(visitor)
  return if Cucumber.wants_to_quit
  visitor.visit_table_cell_value(value, status)
end