Method: Cucumber::MultilineArgument::DataTable::Cell#==

Defined in:
lib/cucumber/multiline_argument/data_table.rb

#==(other) ⇒ Object

[View source] [View on GitHub]

594
595
596
# File 'lib/cucumber/multiline_argument/data_table.rb', line 594

def ==(other)
  other.class == SurplusCell || value == other.value
end