module CsvRowModel::Model::Comparison

Public Instance Methods

eql?(other) click to toggle source
# File lib/csv_row_model/model/comparison.rb, line 6
def eql?(other)
  other.attributes == attributes
end
hash() click to toggle source
# File lib/csv_row_model/model/comparison.rb, line 10
def hash
  attributes.hash
end