Sha256: b45108df84618b949910483fdbf2bc0a0ad38e2e38c637f44fe5e964d255e9f0
Contents?: true
Size: 238 Bytes
Versions: 24
Compression:
Stored size: 238 Bytes
Contents
module Internals module Generators # :nodoc:all # A cache generator holds an index. # class Base attr_reader :index def initialize index @index = index end end end end
Version data entries
24 entries across 24 versions & 1 rubygems