Method: Puppet::Resource::TypeCollection#loader

Defined in:
lib/puppet/resource/type_collection.rb

#loaderObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



108
109
110
# File 'lib/puppet/resource/type_collection.rb', line 108

def loader
  @loader ||= Puppet::Parser::TypeLoader.new(environment)
end