module CBOR_DIAG::Tagged1
Public Instance Methods
Source
# File lib/cbor-diag-parser.rb, line 947 def to_rb CBOR::Tagged.new(tag.text_value.to_i, value.to_rb) end
# File lib/cbor-diag-parser.rb, line 947 def to_rb CBOR::Tagged.new(tag.text_value.to_i, value.to_rb) end