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
615
616
617
|
# File 'lib/cucumber/multiline_argument/data_table.rb', line 615
def ==(_other)
true
end
|
#hash ⇒ Object
619
620
621
|
# File 'lib/cucumber/multiline_argument/data_table.rb', line 619
def hash
0
end
|
#status ⇒ Object
611
612
613
|
# File 'lib/cucumber/multiline_argument/data_table.rb', line 611
def status
:comment
end
|