# File lib/puppet/util/cacher.rb, line 23
23:     def self.extended(other)
24:         class << other
25:             extend ClassMethods
26:             include InstanceMethods
27:         end
28:     end