Module: CBOR_DIAG::Hstring1
- Defined in:
- lib/cbor-diag-parser.rb
Instance Method Summary collapse
Instance Method Details
#to_rb ⇒ Object
“
2342 2343 2344 |
# File 'lib/cbor-diag-parser.rb', line 2342 def to_rb; s.elements.map(&:bval).join.b end |