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