Sha256: fc0a7eea7a426e181951fd71c94dc4c2433cdfff1d292405e3aa5574ed46b150
Contents?: true
Size: 477 Bytes
Versions: 15
Compression:
Stored size: 477 Bytes
Contents
# encoding: utf-8 # module Internals module Indexing # :nodoc:all module Bundle # The memory version dumps its generated indexes to disk # (mostly JSON) to load them into memory on startup. # class Memory < Base # We're using files for the memory backend. # E.g. dump writes files. # alias backend files def to_s "Memory\n#{@backend.indented_to_s}" end end end end end
Version data entries
15 entries across 15 versions & 1 rubygems