Class: Puppet::Pops::Loader::LoaderPaths::FunctionPath4x

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

Constant Summary collapse

FUNCTION_PATH_4X =
File.join('puppet', 'functions')

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

Constructor Details

This class inherits a constructor from Puppet::Pops::Loader::LoaderPaths::SmartPath

Instance Method Details

#instantiatorObject



84
85
86
# File 'lib/puppet/pops/loader/loader_paths.rb', line 84

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

#relative_pathObject



80
81
82
# File 'lib/puppet/pops/loader/loader_paths.rb', line 80

def relative_path
  FUNCTION_PATH_4X
end