class BSON::MinKey

def <=>(other)

Other tags:
    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