class Aerospike::Exp::Wildcard

Public Instance Methods

pack(packer) click to toggle source
# File lib/aerospike/exp/exp.rb, line 1339
def pack(packer)
  WildcardValue.new.pack(packer)
end