Class: Mongo::MinKey
Overview
A class representing the BSON MinKey type. MinKey will always compare less than all other BSON types and values.
Instance Method Summary collapse
Instance Method Details
#==(obj) ⇒ Object
54 55 56 |
# File 'lib/mongo/types/min_max_keys.rb', line 54 def ==(obj) obj.class == MinKey end |