Sha256: e58c91743d35ae6be9414ae8cd8107178ea8679d7830399eb983984234c9666f
Contents?: true
Size: 205 Bytes
Versions: 2
Compression:
Stored size: 205 Bytes
Contents
module Cacher # A cache generator holds an index type. # # TODO Rename to index_type. # class Generator attr_reader :index def initialize index @index = index end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
picky-0.0.3 | lib/picky/cacher/generator.rb |
picky-0.0.2 | lib/picky/cacher/generator.rb |