Methods

Class/Module Index [+]

Quicksearch

Moped::BSON::Extensions::Symbol::ClassMethods

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.