Method: Aerospike::IntegerValue#pack

Defined in:
lib/aerospike/value/value.rb

#pack(packer) ⇒ Object


305
306
307
# File 'lib/aerospike/value/value.rb', line 305

def pack(packer)
  packer.write(@value)
end