D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.1.0
/
gems
/
msgpack-1.1.0
/
doclib
/
msgpack
/
Filename :
extension_value.rb
back
Copy
module MessagePack # # MessagePack::ExtensionValue is a struct to represent unknown ext type object. # Its contents are accessed by type and payload (messagepack bytes representation) methods. # And it is extended to add to_msgpack object. # ExtensionValue = Struct.new(:type, :payload) end