Method: Harvest::Model::InstanceMethods#==

Defined in:
lib/harvest/model.rb

#==(other) ⇒ Object



25
26
27
# File 'lib/harvest/model.rb', line 25

def ==(other)
  other.kind_of?(self.class) && id == other.id
end