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

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

Overview

API:

  • public

Constant Summary collapse

FUNCTION_PATH_4X =

API:

  • public

File.join('puppet', '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

API:

  • public



122
123
124
# File 'lib/puppet/pops/loader/loader_paths.rb', line 122

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

#relative_pathObject

API:

  • public



118
119
120
# File 'lib/puppet/pops/loader/loader_paths.rb', line 118

def relative_path
  FUNCTION_PATH_4X
end