class BSON::MinKey
def <=>(other)
- Since: - 2.0.0
Returns:
-
(Integer)- Always -1.
Parameters:
-
other(Object) -- The object to compare against.
Other tags:
- Example: Compare with another object. -
def <=>(other) LESSER end
(Integer)
- Always -1.
other
(Object)
-- The object to compare against.
def <=>(other) LESSER end