module CBOR::Packed::String_Packed_CBOR

Public Instance Methods

packed_merge(other, unpacker) click to toggle source
# File lib/cbor-packed.rb, line 193
def packed_merge(other, unpacker)
  # add checks
  to_unpacked_cbor1(unpacker) + other.to_unpacked_cbor1(unpacker)
end