Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/msgpack_extensions.rb

Instance Method Summary collapse

Instance Method Details

#to_msgpackObject



9
10
11
# File 'lib/msgpack_extensions.rb', line 9

def to_msgpack
  MessagePack.pack self
end