Sha256: a8030143769520796b3cceaf4d7bc3d637579c34220e1031660a262809e352a0

Contents?: true

Size: 130 Bytes

Versions: 20

Compression:

Stored size: 130 Bytes

Contents

module Protobuf
  class Varint
    if defined?(::Varint)
      extend ::Varint
    else
      extend VarintPure
    end
  end
end

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
protobuf-3.8.5 lib/protobuf/varint.rb
protobuf-3.8.5.pre0 lib/protobuf/varint.rb
protobuf-3.8.4 lib/protobuf/varint.rb
protobuf-3.8.3 lib/protobuf/varint.rb
protobuf-3.8.2 lib/protobuf/varint.rb
protobuf-3.8.1 lib/protobuf/varint.rb
protobuf-3.8.0 lib/protobuf/varint.rb
protobuf-3.8.0.pre1 lib/protobuf/varint.rb
protobuf-3.7.5 lib/protobuf/varint.rb
protobuf-3.7.4 lib/protobuf/varint.rb
protobuf-3.7.3 lib/protobuf/varint.rb
protobuf-3.7.2 lib/protobuf/varint.rb
protobuf-3.7.2.pre1 lib/protobuf/varint.rb
protobuffy-4.0.1 lib/protobuf/varint.rb
protobuf-3.7.1 lib/protobuf/varint.rb
protobuf-3.7.0 lib/protobuf/varint.rb
protobuf-3.7.0.pre3 lib/protobuf/varint.rb
protobuffy-4.0.0 lib/protobuf/varint.rb
protobuf-3.7.0.pre2 lib/protobuf/varint.rb
protobuf-3.7.0.pre1 lib/protobuf/varint.rb