Module: CBOR_DIAG::Streamstring7
- Defined in:
- lib/cbor-diag-parser.rb
Instance Method Summary collapse
Instance Method Details
#to_rb ⇒ Object
1811 1812 1813 1814 1815 1816 1817 1818 |
# File 'lib/cbor-diag-parser.rb', line 1811 def to_rb r = if e = a1.elements [e[0].to_rb] + e[2].elements.map {|x| x.hstring.to_rb } else [] end r.join.b.cbor_stream!(r.map(&:size)) end |