module CBOR::Canonical::Object_Canonical_CBOR

Public Instance Methods

cbor_pre_canonicalize() click to toggle source
# File lib/cbor-canonical.rb, line 8
def cbor_pre_canonicalize
  self
end
to_canonical_cbor() click to toggle source
# File lib/cbor-canonical.rb, line 11
def to_canonical_cbor
  cbor_pre_canonicalize.to_cbor
end