module MongoMapper::Plugins::Equality::ClassMethods

Public Instance Methods

===(other) click to toggle source
# File lib/mongo_mapper/plugins/equality.rb, line 8
def ===(other)
  other.is_a?(self)
end