Module: CBOR::FalseClassHelper

Defined in:
lib/libcbor/helpers.rb

Overview

Provides the #to_cbor (or equivalent) method for false

Instance Method Summary collapse

Instance Method Details

#__libcbor_to_cborString

Encodes falses.

Returns:

  • (String)

    The CBOR representation



131
132
133
# File 'lib/libcbor/helpers.rb', line 131

def __libcbor_to_cbor
	Cache.false
end