class Puppet::Pops::Loader::ModuleLoaders::LibRootedFileBased
Specialization used by the system_loader which is limited to see what's beneath 'lib' and hence cannot be rooted in its parent. The 'lib' directory is renamed during install so any attempt to traverse into it from above would fail.
@api private
Public Instance Methods
lib_root?()
click to toggle source
# File lib/puppet/pops/loader/module_loaders.rb 518 def lib_root? 519 true 520 end