lib/picky/wrappers/bundle/exact_partial.rb in picky-3.5.4 vs lib/picky/wrappers/bundle/exact_partial.rb in picky-3.6.0

- old
+ new

@@ -8,25 +8,16 @@ # This index combines a partial and exact # bundle such that a partial index will not # be dumped or generated. # - class ExactPartial + class ExactPartial < Wrapper - attr_reader :bundle - - include Delegator - include IndexedDelegator - - def initialize bundle - @bundle = bundle - end - + # Ignore these. + # def clear; end def dump; end def empty; end - def generate_caches_from_memory; end - def generate_partial_from arg; end def index; end def load; end end \ No newline at end of file