class Cucumber::Ast::Table::SurplusCell

:nodoc:

def ==(o)

def ==(o)
  true
end

def status

:nodoc:
def status
  :comment
end