Libraries
»
cbor-diag
(0.9.5)
»
Index (C)
»
CBOR
»
CoreExt
Module: CBOR::CoreExt
Defined in:
lib/cbor-pure.rb
Instance Method Summary
collapse
#
to_cbor
⇒ Object
Instance Method Details
#
to_cbor
⇒
Object
32 33 34
# File 'lib/cbor-pure.rb', line 32
def
to_cbor
CBOR
.
encode
(
self
)
end