Module: CBOR::TrueClassHelper

Defined in:
lib/libcbor/helpers.rb

Overview

Provides the #to_cbor (or equivalent) method for true

Instance Method Summary collapse

Instance Method Details

#__libcbor_to_cborString

Encodes trues.

Returns:

  • (String)

    The CBOR representation



121
122
123
# File 'lib/libcbor/helpers.rb', line 121

def __libcbor_to_cbor
  Cache.true
end