Class: FluQ::Format::Msgpack
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Msgpack
constructor
Msgpack initializer.
Methods inherited from Base
Methods included from Mixins::Loggable
Constructor Details
#initialize ⇒ Msgpack
Msgpack initializer
16 17 18 19 |
# File 'lib/fluq/format/msgpack.rb', line 16 def initialize(*) super @buffer = MessagePack::Unpacker.new end |