class MessagePack::Factory::Pool::UnpackerPool

Private Instance Methods

reset(unpacker) click to toggle source
# File lib/msgpack/factory.rb, line 151
def reset(unpacker)
  unpacker.reset
end