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

Inherits:
Cell
  • Object
show all
Defined in:
lib/cucumber/multiline_argument/data_table.rb

Overview

:nodoc:

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



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

def ==(_other)
  true
end

#hashObject



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

def hash
  0
end

#statusObject



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

def status
  :comment
end