module CBOR::CoreExt

Public Instance Methods

to_cbor() click to toggle source
# File lib/cbor-pure.rb, line 31
def to_cbor
  CBOR.encode(self)
end