Method: Puppet::Interface.autoloader
- Defined in:
- lib/vendor/puppet/interface.rb
.autoloader ⇒ Object
This is just so we can search for actions. We only use its list of directories to search. Can’t we utilize an external autoloader, or simply use the $LOAD_PATH? -pvb
26 27 28 |
# File 'lib/vendor/puppet/interface.rb', line 26 def autoloader @autoloader ||= Puppet::Util::Autoload.new(:application, "puppet/face") end |