Sha256: 59e5feac58c68b9a362dc0794f727bde320fc272e547103f7932d90a6684e17f
Contents?: true
Size: 323 Bytes
Versions: 7
Compression:
Stored size: 323 Bytes
Contents
module Picky class Indexes # An index that is persisted in files, loaded at startup and kept in memory at runtime. # class Memory < Index def indexing_bundle_class Indexing::Bundle::Memory end def indexed_bundle_class Indexed::Bundle::Memory end end end end
Version data entries
7 entries across 7 versions & 1 rubygems