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