Method: Aerospike::Exp::Int#pack

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

#pack(packer) ⇒ Object

[View source]

1245
1246
1247
# File 'lib/aerospike/exp/exp.rb', line 1245

def pack(packer)
  IntegerValue.new(@val).pack(packer)
end