Class: String

Inherits:
Object
  • Object
show all
Defined in:
doclib/msgpack/core_ext.rb

Instance Method Summary collapse

Instance Method Details

#to_msgpack(packer = nil) ⇒ String

Same as MessagePack.to_msgpack(self[, packer]).

Returns:

  • (String)

    serialized data



68
69
# File 'doclib/msgpack/core_ext.rb', line 68

def to_msgpack(packer=nil)
end