Module: CBOR_DIAG::String1
- Defined in:
- lib/cbor-diag-parser.rb
Instance Method Summary collapse
Instance Method Details
#to_rb ⇒ Object
‘
1023 1024 1025 |
# File 'lib/cbor-diag-parser.rb', line 1023 def to_rb s.elements.map(&:partval).join.force_encoding(Encoding::UTF_8) end |