Method: Puppet::Pops::Loaders#implementation_registry
- Defined in:
- lib/puppet/pops/loaders.rb
#implementation_registry ⇒ 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.
222 223 224 225 |
# File 'lib/puppet/pops/loaders.rb', line 222 def implementation_registry # Environment specific implementation registry @implementation_registry ||= Types::ImplementationRegistry.new(self.class.static_implementation_registry) end |