Class: File
- Inherits:
-
Object
- Object
- File
- Defined in:
- lib/rbor/streaming.rb
Instance Method Summary collapse
Instance Method Details
#cbor_deserialize ⇒ Object
62 63 64 |
# File 'lib/rbor/streaming.rb', line 62 def cbor_deserialize Cbor.cbor_streaming_read { self.readbyte } end |