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