Module: CBOR::CoreExt

Defined in:
lib/cbor-diag-support.rb

Overview

extend cbor-pure

Instance Method Summary collapse

Instance Method Details

#cbor_same?(other) ⇒ Boolean

Returns:

  • (Boolean)


3
4
5
# File 'lib/cbor-diag-support.rb', line 3

def cbor_same?(other)
  to_deterministic_cbor == other.to_deterministic_cbor
end