Libraries
»
jmongo
(1.1.5)
»
Index (M)
»
BSON
»
MinKey
Class: BSON::MinKey
Inherits:
Object
Object
BSON::MinKey
show all
Defined in:
lib/jmongo/mongo/bson.rb
Instance Method Summary
collapse
#
==
(obj) ⇒ Object
Instance Method Details
#
==
(obj) ⇒
Object
58 59 60
# File 'lib/jmongo/mongo/bson.rb', line 58
def
==
(
obj
)
obj
.
class
==
self
.
class
end