Methods

Class/Module Index [+]

Quicksearch

Moped::BSON::Extensions::Integer::ClassMethods

Public Instance Methods

__bson_load__(io, bignum=false) click to toggle source
# File lib/moped/bson/extensions/integer.rb, line 13
def __bson_load__(io, bignum=false)
  io.read(4).unpack(INT32_PACK)[0]
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.