# File lib/msgpack/factory.rb, line 74 def dump(v, *rest) packer = packer(*rest) packer.write(v) packer.full_pack end