Class: Cucumber::MultilineArgument::DataTable::SurplusCell
- Inherits:
-
Cell
- Object
- Cell
- Cucumber::MultilineArgument::DataTable::SurplusCell
show all
- Defined in:
- lib/cucumber/multiline_argument/data_table.rb
Instance Attribute Summary
Attributes inherited from Cell
#line, #table, #value
Instance Method Summary
collapse
Methods inherited from Cell
#eql?, #initialize, #inspect!, #to_sexp
Instance Method Details
#==(_other) ⇒ Object
617
618
619
|
# File 'lib/cucumber/multiline_argument/data_table.rb', line 617
def ==(_other)
true
end
|
#hash ⇒ Object
621
622
623
|
# File 'lib/cucumber/multiline_argument/data_table.rb', line 621
def hash
0
end
|
#status ⇒ Object
613
614
615
|
# File 'lib/cucumber/multiline_argument/data_table.rb', line 613
def status
:comment
end
|