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
#==(_other) ⇒ Object
629 630 631 |
# File 'lib/cucumber/multiline_argument/data_table.rb', line 629 def ==(_other) true end |
#hash ⇒ Object
633 634 635 |
# File 'lib/cucumber/multiline_argument/data_table.rb', line 633 def hash 0 end |
#status ⇒ Object
625 626 627 |
# File 'lib/cucumber/multiline_argument/data_table.rb', line 625 def status :comment end |