Sha256: a997c878d94c9463dade873572761ba2acb687fa34963d0d2b174700798ab66d
Contents?: true
Size: 641 Bytes
Versions: 8
Compression:
Stored size: 641 Bytes
Contents
# encoding: utf-8 # module Picky module Wrappers module Bundle # This index combines a partial and exact # bundle such that a partial index will not # be dumped or generated. # class ExactPartial attr_reader :bundle include Delegator include IndexedDelegator def initialize bundle @bundle = bundle end def clear; end def dump; end def empty_configuration; end def generate_caches_from_memory; end def generate_partial_from arg; end def index; end def load; end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems