Module: CBOR::Packed::String_Packed_CBOR

Defined in:
lib/cbor-packed.rb

Instance Method Summary collapse

Instance Method Details

#packed_merge(other, unpacker) ⇒ Object



194
195
196
197
# File 'lib/cbor-packed.rb', line 194

def packed_merge(other, unpacker)
  # add checks
  to_unpacked_cbor1(unpacker) + other.to_unpacked_cbor1(unpacker)
end