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 =
'functions'
Constants inherited from PuppetSmartPath
Instance Method Summary collapse
Methods inherited from PuppetSmartPath
#effective_path, #extension, #typed_name
Methods inherited from SmartPath
#effective_path, #fuzzy_matching?, #generic_path, #initialize, #lib_root?, #root_path, #typed_name, #valid_name?, #valid_path?
Constructor Details
This class inherits a constructor from Puppet::Pops::Loader::LoaderPaths::SmartPath
Instance Method Details
#instantiator ⇒ Object
203 204 205 |
# File 'lib/puppet/pops/loader/loader_paths.rb', line 203 def instantiator PuppetFunctionInstantiator end |
#relative_path ⇒ Object
199 200 201 |
# File 'lib/puppet/pops/loader/loader_paths.rb', line 199 def relative_path FUNCTION_PATH_PP end |