Class: Cucumber::Ast::Table::SurplusCell

Inherits:
Cell show all
Defined in:
lib/cucumber/ast/table.rb

Instance Attribute Summary

Attributes inherited from Cell

#line, #table, #value

Instance Method Summary collapse

Methods inherited from Cell

#accept, #initialize, #inspect!, #to_sexp

Constructor Details

This class inherits a constructor from Cucumber::Ast::Table::Cell

Instance Method Details

#==(o) ⇒ Object



582
583
584
# File 'lib/cucumber/ast/table.rb', line 582

def ==(o)
  true
end

#statusObject



578
579
580
# File 'lib/cucumber/ast/table.rb', line 578

def status
  :comment
end