class Cucumber::Ast::Table::Cell

def ==(o)

def ==(o)
  SurplusCell === o || value == o.value
end