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
734 735 736 |
# File 'lib/cucumber/multiline_argument/data_table.rb', line 734 def ==(o) true end |
#hash ⇒ Object
738 739 740 |
# File 'lib/cucumber/multiline_argument/data_table.rb', line 738 def hash 0 end |
#status ⇒ Object
730 731 732 |
# File 'lib/cucumber/multiline_argument/data_table.rb', line 730 def status :comment end |