class MessagePack::ExtensionValue

Private Instance Methods

to_msgpack_with_packer(packer) click to toggle source
# File lib/msgpack/core_ext.rb, line 134
def to_msgpack_with_packer(packer)
  packer.write_extension self
  packer
end