Module: CBOR::FalseClassHelper
- Defined in:
- lib/libcbor/helpers.rb
Overview
Provides the #to_cbor (or equivalent) method for false
Instance Method Summary collapse
-
#__libcbor_to_cbor ⇒ String
Encodes falses.
Instance Method Details
#__libcbor_to_cbor ⇒ String
Encodes falses.
131 132 133 |
# File 'lib/libcbor/helpers.rb', line 131 def __libcbor_to_cbor Cache.false end |