Class: Puppet::Pops::Loader::LoaderPaths::FunctionPath3x
Constant Summary
collapse
- FUNCTION_PATH_3X =
File.join('lib', 'puppet', 'parser', 'functions')
Instance Attribute Summary
Attributes inherited from SmartPath
#generic_path
Instance Method Summary
collapse
#effective_path, #extension
Methods inherited from SmartPath
#effective_path, #initialize
Instance Method Details
#instantiator ⇒ Object
103
104
105
|
# File 'lib/puppet/pops/loader/loader_paths.rb', line 103
def instantiator()
Puppet::Pops::Loader::RubyLegacyFunctionInstantiator
end
|
#relative_path ⇒ Object
99
100
101
|
# File 'lib/puppet/pops/loader/loader_paths.rb', line 99
def relative_path
FUNCTION_PATH_3X
end
|