Class: Puppet::Pops::Loader::LoaderPaths::FunctionPathPP
- Inherits:
-
PuppetSmartPath
- Object
- SmartPath
- PuppetSmartPath
- Puppet::Pops::Loader::LoaderPaths::FunctionPathPP
- Defined in:
- lib/puppet/pops/loader/loader_paths.rb
Constant Summary collapse
- FUNCTION_PATH_PP =
Navigate to directory where ‘lib’ is, then down again
File.join('functions')
Constants inherited from PuppetSmartPath
Instance Attribute Summary
Attributes inherited from SmartPath
Instance Method Summary collapse
Methods inherited from PuppetSmartPath
#effective_path, #extension, #root_path
Methods inherited from SmartPath
#effective_path, #initialize, #root_path
Constructor Details
This class inherits a constructor from Puppet::Pops::Loader::LoaderPaths::SmartPath
Instance Method Details
#instantiator ⇒ Object
153 154 155 |
# File 'lib/puppet/pops/loader/loader_paths.rb', line 153 def instantiator() Puppet::Pops::Loader::PuppetFunctionInstantiator end |
#relative_path ⇒ Object
149 150 151 |
# File 'lib/puppet/pops/loader/loader_paths.rb', line 149 def relative_path FUNCTION_PATH_PP end |