Class: BSON::MinKey
- Inherits:
-
Object
- Object
- BSON::MinKey
- Defined in:
- lib/bson/types/min_max_keys.rb
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
56 57 58 |
# File 'lib/bson/types/min_max_keys.rb', line 56 def ==(obj) obj.class == MinKey end |