Method: Puppet::Util::InstanceLoader#instance_loader

Defined in:
lib/puppet/util/instance_loader.rb

#instance_loader(type) ⇒ Object

Return the Autoload object for a given type.



45
46
47
# File 'lib/puppet/util/instance_loader.rb', line 45

def instance_loader(type)
  @autoloaders[type.intern]
end