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