Method: Puppet::Pops::Loader::ModuleLoaders::AbstractPathBasedModuleLoader#module_name
- Defined in:
- lib/puppet/pops/loader/module_loaders.rb
#module_name ⇒ Object (readonly)
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.
The name of the module, or nil, if this is a global “component”, or “any module” if set to the NAMESPACE_WILDCARD (*)
105 106 107 |
# File 'lib/puppet/pops/loader/module_loaders.rb', line 105 def module_name @module_name end |