Class: Puppet::Pops::Loader::LoaderPaths::FunctionPath3x

Inherits:
RubySmartPath show all
Defined in:
lib/puppet/pops/loader/loader_paths.rb

Constant Summary collapse

FUNCTION_PATH_3X =
File.join('puppet', 'parser', 'functions')

Constants inherited from RubySmartPath

RubySmartPath::EXTENSION

Instance Attribute Summary

Attributes inherited from SmartPath

#generic_path

Instance Method Summary collapse

Methods inherited from RubySmartPath

#effective_path, #extension

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



140
141
142
# File 'lib/puppet/pops/loader/loader_paths.rb', line 140

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

#relative_pathObject



136
137
138
# File 'lib/puppet/pops/loader/loader_paths.rb', line 136

def relative_path
  FUNCTION_PATH_3X
end