Class: Cucumber::MultilineArgument::DataTable::SurplusCell
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/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
616 617 618 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/multiline_argument/data_table.rb', line 616 def ==(_other) true end |
#hash ⇒ Object
620 621 622 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/multiline_argument/data_table.rb', line 620 def hash 0 end |
#status ⇒ Object
612 613 614 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/multiline_argument/data_table.rb', line 612 def status :comment end |