Class/Module Index [+]

Quicksearch

Moped::BSON::Extensions::TrueClass

Public Instance Methods

__bson_dump__(io, key) click to toggle source
# File lib/moped/bson/extensions/true_class.rb, line 7
def __bson_dump__(io, key)
  io << Types::BOOLEAN
  io << key.to_bson_cstring
  io << Types::TRUE
end
__safe_options__() click to toggle source
# File lib/moped/bson/extensions/true_class.rb, line 13
def __safe_options__
  { safe: true }
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.