Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- doclib/msgpack/core_ext.rb
Instance Method Summary collapse
-
#to_msgpack(packer = nil) ⇒ String
Same as MessagePack.to_msgpack(self[, packer]).
Instance Method Details
#to_msgpack(packer = nil) ⇒ String
Same as MessagePack.to_msgpack(self[, packer]).
88 89 |
# File 'doclib/msgpack/core_ext.rb', line 88 def to_msgpack(packer=nil) end |