class Moped::BSON::Types::Integer64
Public Class Methods
Source
# File lib/moped/bson/types.rb, line 19 def self.__bson_load__(io) io.read(8).unpack(INT64_PACK)[0] end
# File lib/moped/bson/types.rb, line 19 def self.__bson_load__(io) io.read(8).unpack(INT64_PACK)[0] end