Class: Cucumber::MultilineArgument::DataTable::SurplusCell

Inherits:
Cell
  • Object
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

Constructor Details

This class inherits a constructor from Cucumber::MultilineArgument::DataTable::Cell

Instance Method Details

#==(_other) ⇒ Object



615
616
617
# File 'lib/cucumber/multiline_argument/data_table.rb', line 615

def ==(_other)
  true
end

#hashObject



619
620
621
# File 'lib/cucumber/multiline_argument/data_table.rb', line 619

def hash
  0
end

#statusObject



611
612
613
# File 'lib/cucumber/multiline_argument/data_table.rb', line 611

def status
  :comment
end