Module: CBOR::Dcbor::Object_Dcbor_CBOR
- Defined in:
- lib/cbor-dcbor.rb
Instance Method Summary collapse
Instance Method Details
#cbor_prepare_dcbor ⇒ Object
9 10 11 |
# File 'lib/cbor-dcbor.rb', line 9 def cbor_prepare_dcbor self end |
#to_dcbor ⇒ Object
12 13 14 |
# File 'lib/cbor-dcbor.rb', line 12 def to_dcbor cbor_prepare_dcbor.to_cbor end |