Class: Puppet::Pops::Loader::LoaderPaths::FunctionPath3x
- Inherits:
-
RubySmartPath
- Object
- SmartPath
- RubySmartPath
- Puppet::Pops::Loader::LoaderPaths::FunctionPath3x
- Defined in:
- lib/puppet/pops/loader/loader_paths.rb
Constant Summary collapse
- FUNCTION_PATH_3X =
File.join('puppet', 'parser', 'functions')
Constants inherited from RubySmartPath
Instance Attribute Summary
Attributes inherited from SmartPath
Instance Method Summary collapse
Methods inherited from RubySmartPath
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
132 133 134 |
# File 'lib/puppet/pops/loader/loader_paths.rb', line 132 def instantiator() Puppet::Pops::Loader::RubyLegacyFunctionInstantiator end |
#relative_path ⇒ Object
128 129 130 |
# File 'lib/puppet/pops/loader/loader_paths.rb', line 128 def relative_path FUNCTION_PATH_3X end |