fallback!
9 10 11 12 13 14 15 16
# File 'lib/parser/edn-util.rb', line 9 def self.decode(app_prefix, s) if CBOR::Sequence === s args = s.elements else args = [s] end CBOR::Tagged.new(999, [app_prefix, args]) end