Class: Cborb::Decoding::Types::Root

Inherits:
Type
  • Object
show all
Defined in:
lib/cborb/decoding/types/root.rb

Class Method Summary collapse

Methods inherited from Type

decode, indefinite?

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