Class: Cucumber::Ast::Table::SurplusCell
- Defined in:
- lib/cucumber/ast/table.rb
Overview
:nodoc:
Instance Attribute Summary
Attributes inherited from Cell
Instance Method Summary collapse
Methods inherited from Cell
#accept, #eql?, #initialize, #inspect!, #to_sexp
Constructor Details
This class inherits a constructor from Cucumber::Ast::Table::Cell
Instance Method Details
#==(o) ⇒ Object
728 729 730 |
# File 'lib/cucumber/ast/table.rb', line 728 def ==(o) true end |
#hash ⇒ Object
732 733 734 |
# File 'lib/cucumber/ast/table.rb', line 732 def hash 0 end |
#status ⇒ Object
724 725 726 |
# File 'lib/cucumber/ast/table.rb', line 724 def status :comment end |