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

#==(o) ⇒ Object



721
722
723
# File 'lib/cucumber/multiline_argument/data_table.rb', line 721

def ==(o)
  true
end

#hashObject



725
726
727
# File 'lib/cucumber/multiline_argument/data_table.rb', line 725

def hash
  0
end

#statusObject



717
718
719
# File 'lib/cucumber/multiline_argument/data_table.rb', line 717

def status
  :comment
end