Method: CBOR::PP::ObjectMixin#cbor_annotation_format
- Defined in:
- lib/cbor-pp.rb
#cbor_annotation_format ⇒ Object
86 87 88 89 90 |
# File 'lib/cbor-pp.rb', line 86 def cbor_annotation_format if @cbor_annotation "/" << @cbor_annotation.join(", ") << "/ " end end |