Class: CBOR_DIAG::App_cri

Inherits:
Object
  • Object
show all
Defined in:
lib/cbor-diagnostic-app/cri.rb

Class Method Summary collapse

Class Method Details

.decode(_, s) ⇒ Object



4
5
6
# File 'lib/cbor-diagnostic-app/cri.rb', line 4

def self.decode(_, s)
  CBOR::CRI.from_uri(s).to_item
end