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
[View source] [
View on GitHub]
613
614
615
|
# File 'lib/cucumber/multiline_argument/data_table.rb', line 613
def status
:comment
end
|