Parent

Class/Module Index [+]

Quicksearch

Moped::BSON::MinKey

Public Class Methods

===(other) click to toggle source
# File lib/moped/bson/min_key.rb, line 5
def ===(other)
  other == self
end
__bson_dump__(io, key) click to toggle source
# File lib/moped/bson/min_key.rb, line 13
def __bson_dump__(io, key)
  io << Types::MIN_KEY
  io << key.to_bson_cstring
end
__bson_load__(io) click to toggle source
# File lib/moped/bson/min_key.rb, line 9
def __bson_load__(io)
  self
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.