Class: Cucumber::MultilineArgument::DataTable::SurplusCell
- Defined in:
- lib/cucumber/multiline_argument/data_table.rb
Overview
:nodoc:
Instance Attribute Summary
Attributes inherited from Cell
Instance Method Summary collapse
Methods inherited from Cell
#eql?, #initialize, #inspect!, #to_sexp
Constructor Details
This class inherits a constructor from Cucumber::MultilineArgument::DataTable::Cell
Instance Method Details
#==(_o) ⇒ Object
600 601 602 |
# File 'lib/cucumber/multiline_argument/data_table.rb', line 600 def ==(_o) true end |
#hash ⇒ Object
604 605 606 |
# File 'lib/cucumber/multiline_argument/data_table.rb', line 604 def hash 0 end |
#status ⇒ Object
596 597 598 |
# File 'lib/cucumber/multiline_argument/data_table.rb', line 596 def status :comment end |