Sha256: ed43ef9ad5aecc0bdcc329d4f8c1ef2e9435a16e455d6ab98a348408c59e46d5

Contents?: true

Size: 203 Bytes

Versions: 28

Compression:

Stored size: 203 Bytes

Contents

module Groonga
  module ID
    # TODO: Should we bind GRN_N_RESERVED_TYPES?
    N_RESERVED_TYPES = 256

    class << self
      def builtin?(id)
        id < N_RESERVED_TYPES
      end
    end
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
rroonga-9.0.7-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/id.rb
rroonga-9.0.7-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/id.rb
rroonga-9.0.3-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/id.rb
rroonga-9.0.3-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/id.rb
rroonga-9.0.2-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/id.rb
rroonga-9.0.2-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/id.rb
rroonga-7.1.1-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/id.rb
rroonga-7.1.1-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/id.rb
rroonga-7.0.2-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/id.rb
rroonga-7.0.2-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/id.rb
rroonga-6.1.3-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/id.rb
rroonga-6.1.3-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/id.rb
rroonga-6.1.0-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/id.rb
rroonga-6.1.0-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/id.rb
rroonga-6.0.9-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/id.rb
rroonga-6.0.9-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/id.rb
rroonga-6.0.7-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/id.rb
rroonga-6.0.7-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/id.rb
rroonga-6.0.5-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/id.rb
rroonga-6.0.5-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/id.rb