Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/msgpack-rpc-over-http-jruby.rb

Overview

for compatibility between msgpack(cruby) and msgpack-jruby

Instance Method Summary collapse

Instance Method Details

#to_msgpackObject



20
21
22
# File 'lib/msgpack-rpc-over-http-jruby.rb', line 20

def to_msgpack
  MessagePack.pack(self)
end