183 184 185
# File 'lib/topmodel/base.rb', line 183 def ==(other) other.equal?(self) || (other.instance_of?(self.class) && other.id == id) end