Sha256: 9d7f530bf2ce9e86247446378d182874a80b97b56f6604534f867e1c6b115201

Contents?: true

Size: 68 Bytes

Versions: 3

Compression:

Stored size: 68 Bytes

Contents

module Cborb::Decoding
  TaggedValue = Struct.new(:tag, :value)
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cborb-0.3.0 lib/cborb/decoding/tagged_value.rb
cborb-0.2.0 lib/cborb/decoding/tagged_value.rb
cborb-0.1.0 lib/cborb/decoding/tagged_value.rb