module CBOR_DIAG::Hnumber5

Public Instance Methods

to_rb() click to toggle source
# File lib/cbor-diag-parser.rb, line 495
def to_rb
  Integer(ip.text_value)
end