Libraries
»
pubnub
(5.3.0)
»
Index (C)
»
Pubnub
»
Cbor
Class: Pubnub::Cbor
Inherits:
Object
Object
Pubnub::Cbor
show all
Defined in:
lib/pubnub/cbor.rb
Instance Method Summary
collapse
#
decode
(value) ⇒ Object
Instance Method Details
#
decode
(value) ⇒
Object
177 178 179
# File 'lib/pubnub/cbor.rb', line 177
def
decode
(
value
)
parse_data
(
value
)
end