Class: Puppet::Pops::Loader::LoaderPaths::FunctionPathPP

Inherits:
PuppetSmartPath show all
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

PuppetSmartPath::EXTENSION

Instance Attribute Summary

Attributes inherited from SmartPath

#generic_path

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

#instantiatorObject



153
154
155
# File 'lib/puppet/pops/loader/loader_paths.rb', line 153

def instantiator()
  Puppet::Pops::Loader::PuppetFunctionInstantiator
end

#relative_pathObject



149
150
151
# File 'lib/puppet/pops/loader/loader_paths.rb', line 149

def relative_path
  FUNCTION_PATH_PP
end