# File lib/puppet/util/autoload.rb, line 36 36: def self.loaded?(path) 37: path = path.to_s.sub(/\.rb$/, '') 38: @loaded.include?(path) 39: end