Methods

Class/Module Index [+]

Quicksearch

Moped::BSON::Extensions::String::ClassMethods

Public Instance Methods

__bson_load__(io) click to toggle source
# File lib/moped/bson/extensions/string.rb, line 38
def __bson_load__(io)
  io.read(*io.read(4).unpack(INT32_PACK)).from_utf8_binary.chop!
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.