Class: Array
- Inherits:
-
Object
- Object
- Array
- 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_msgpack ⇒ Object
20 21 22 |
# File 'lib/msgpack-rpc-over-http-jruby.rb', line 20 def to_msgpack MessagePack.pack(self) end |