Class: Array
Instance Method Summary collapse
Instance Method Details
#cbor_diagnostic(options = {}) ⇒ Object
87 88 89 |
# File 'lib/cbor-diagnostic.rb', line 87 def cbor_diagnostic( = {}) "[#{"_ " if cbor_stream?}#{map {|x| x.cbor_diagnostic()}.join(", ")}]" end |