File: parameters.rb

package info (click to toggle)
groonga 15.2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 171,500 kB
  • sloc: ansic: 772,536; cpp: 51,530; ruby: 40,538; javascript: 10,250; yacc: 7,045; sh: 5,622; python: 2,821; makefile: 1,677
file content (10 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
module Groonga
  module Sharding
    module Parameters
      @range_index = :auto
      class << self
        attr_accessor :range_index
      end
    end
  end
end