Sha256: f5338acdc6996673c013c9fd8a8dabe48b480b8b58b9c0e43d2ab7db41c2bbc6

Contents?: true

Size: 162 Bytes

Versions: 11

Compression:

Stored size: 162 Bytes

Contents

require 'protobuf/varint_pure'

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
protobuf-3.6.12 lib/protobuf/varint.rb
protobuf-3.6.11 lib/protobuf/varint.rb
protobuf-3.6.10 lib/protobuf/varint.rb
protobuf-3.6.9 lib/protobuf/varint.rb
protobuf-3.7.0.pre0 lib/protobuf/varint.rb
protobuf-3.6.7 lib/protobuf/varint.rb
protobuf-3.6.6 lib/protobuf/varint.rb
protobuf-3.6.2 lib/protobuf/varint.rb
protobuf-3.6.1 lib/protobuf/varint.rb
protobuf-3.6.0 lib/protobuf/varint.rb
protobuf-3.5.5 lib/protobuf/varint.rb