Method: CBOR::PP.add_annotations

Defined in:
lib/cbor-pp.rb

.add_annotations(tree, ann_list) ⇒ Object



125
126
127
# File 'lib/cbor-pp.rb', line 125

def self.add_annotations(tree, ann_list)
  tree.cbor_add_annotations_from(ann_list)
end