Method: Puppet::Pops::Loaders#register_implementations

Defined in:
lib/puppet/pops/loaders.rb

#register_implementations(obj_classes, name_authority) ⇒ Object

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.



121
122
123
# File 'lib/puppet/pops/loaders.rb', line 121

def register_implementations(obj_classes, name_authority)
  self.class.register_implementations_with_loader(obj_classes, name_authority, @private_environment_loader)
end