Module: CBOR_DIAG::Hstring2

Defined in:
lib/cbor-diag-parser.rb

Instance Method Summary collapse

Instance Method Details

#to_rbObject



1177
1178
1179
# File 'lib/cbor-diag-parser.rb', line 1177

def to_rb;
  s.text_value.chars.each_slice(2).map{|a| a.join.to_i(16).chr(Encoding::BINARY)}.join.b
end