Represents a $maxKey type, which compares less than any other value in the specification.
@see bsonspec.org/#/specification
@since 2.0.0
When comparing a max key with any other object, the max key will always be greater.
@example Compare with another object.
max_key <=> 1000
@param [ Object ] The object to compare against.
@return [ Integer ] Always 1.
@since 2.0.0
# File lib/bson/max_key.rb, line 49 def <=>(other) GREATER end
Generated with the Darkfish Rdoc Generator 2.