Class: Array
- Inherits:
-
Object
- Object
- Array
- 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]).
78 79 |
# File 'doclib/msgpack/core_ext.rb', line 78 def to_msgpack(packer=nil) end |