Method: Puppet::Pops::Loaders::LoaderModuleData#unmet_dependencies?
- Defined in:
- lib/puppet/pops/loaders.rb
#unmet_dependencies? ⇒ Boolean
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.
489 490 491 |
# File 'lib/puppet/pops/loaders.rb', line 489 def unmet_dependencies? @puppet_module.unmet_dependencies.any? end |