Sha256: 02979f85058638244fbf3f0493083ffc9c693c4aa3bd6b10c7a09305ee2d5491
Contents?: true
Size: 181 Bytes
Versions: 30
Compression:
Stored size: 181 Bytes
Contents
module Cacher # A cache generator holds an index. # class Generator attr_reader :index def initialize index @index = index end end end
Version data entries
30 entries across 30 versions & 1 rubygems