Method: Aerospike::Exp::Infinity#pack

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

#pack(packer) ⇒ Object


1333
1334
1335
# File 'lib/aerospike/exp/exp.rb', line 1333

def pack(packer)
  InfinityValue.new.pack(packer)
end