Sha256: 71980f0e10eff52c9a85c9e98be3a8c18984f9bdc4ef002de0e7e9f846d47c29
Contents?: true
Size: 397 Bytes
Versions: 35
Compression:
Stored size: 397 Bytes
Contents
module Picky # Registers the indexes held at runtime, for queries. # class Indexes instance_delegate :load_from_cache, :reload, :analyze each_delegate :load_from_cache, :to => :indexes # Reloads all indexes, one after another, # in the order they were added. # alias reload load_from_cache end end
Version data entries
35 entries across 35 versions & 1 rubygems