Class: Cborb::Decoding::Types::Root
- Defined in:
- lib/cborb/decoding/types/root.rb
Class Method Summary collapse
Methods inherited from Type
Class Method Details
.accept(im_data, type, value) ⇒ Object
3 4 5 |
# File 'lib/cborb/decoding/types/root.rb', line 3 def self.accept(im_data, type, value) value end |