Sha256: fa30443648e005f1a9eca56f3f3af6927cc3c3ba5bb9cad263c7488e8931dbfd

Contents?: true

Size: 332 Bytes

Versions: 157

Compression:

Stored size: 332 Bytes

Contents

# encoding: ascii-8bit
require 'spec_helper'

describe Unpacker do
  let :unpacker do
    Unpacker.new
  end

  let :packer do
    Packer.new
  end

  it 'buffer' do
    o1 = unpacker.buffer.object_id
    unpacker.buffer << 'frsyuki'
    unpacker.buffer.to_s.should == 'frsyuki'
    unpacker.buffer.object_id.should == o1
  end
end

Version data entries

157 entries across 157 versions & 4 rubygems

Version Path
msgpack-1.2.4-java spec/cruby/buffer_unpacker.rb
msgpack-1.2.4-x64-mingw32 spec/cruby/buffer_unpacker.rb
msgpack-1.2.4-x86-mingw32 spec/cruby/buffer_unpacker.rb
msgpack-1.2.4 spec/cruby/buffer_unpacker.rb
msgpack-1.2.3-java spec/cruby/buffer_unpacker.rb
msgpack-1.2.3-x64-mingw32 spec/cruby/buffer_unpacker.rb
msgpack-1.2.3-x86-mingw32 spec/cruby/buffer_unpacker.rb
msgpack-1.2.3 spec/cruby/buffer_unpacker.rb
msgpack-1.2.2-java spec/cruby/buffer_unpacker.rb
msgpack-1.2.2-x86-mingw32 spec/cruby/buffer_unpacker.rb
msgpack-1.2.2-x64-mingw32 spec/cruby/buffer_unpacker.rb
msgpack-1.2.2 spec/cruby/buffer_unpacker.rb
msgpack-1.2.1-java spec/cruby/buffer_unpacker.rb
msgpack-1.2.0-java spec/cruby/buffer_unpacker.rb
msgpack-1.2.0-x86-mingw32 spec/cruby/buffer_unpacker.rb
msgpack-1.2.0-x64-mingw32 spec/cruby/buffer_unpacker.rb
msgpack-1.2.0 spec/cruby/buffer_unpacker.rb
fluent-plugin-detect-memb-exceptions-0.0.2 vendor/bundle/ruby/2.0.0/gems/msgpack-1.1.0/spec/cruby/buffer_unpacker.rb
fluent-plugin-detect-memb-exceptions-0.0.1 vendor/bundle/ruby/2.0.0/gems/msgpack-1.1.0/spec/cruby/buffer_unpacker.rb
msgpack-1.1.0-java spec/cruby/buffer_unpacker.rb