Method: Aerospike::InfinityValue#pack

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

#pack(packer) ⇒ Object



150
151
152
# File 'lib/aerospike/value/value.rb', line 150

def pack(packer)
  packer.pack(self)
end