Sha256: c6ba84eb6b0cf078a0cb51af13d72a277efbb836cf2781b00f1e3f7d3713c7b3

Contents?: true

Size: 341 Bytes

Versions: 1

Compression:

Stored size: 341 Bytes

Contents

module Picky

  class Indexes

    #
    #
    class Index

      attr_reader :result_identifier,
                  :combinator

      delegate :load_from_cache,
               :analyze,
               :reindex,
               :possible_combinations,
               :to => :categories

      alias reload load_from_cache

    end

  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
picky-3.0.0.pre1 lib/picky/indexes/index_indexed.rb