class Hash
Private Instance Methods
Source
# File lib/msgpack/core_ext.rb, line 81 def to_msgpack_with_packer(packer) packer.write_hash self packer end
# File lib/msgpack/core_ext.rb, line 81 def to_msgpack_with_packer(packer) packer.write_hash self packer end