Methods

Class/Module Index [+]

Quicksearch

Moped::BSON::Extensions::NilClass

Public Instance Methods

__bson_dump__(io, key) click to toggle source
# File lib/moped/bson/extensions/nil_class.rb, line 12
def __bson_dump__(io, key)
  io << Types::NULL
  io << key.to_bson_cstring
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.