Class: Puppet::Pops::Loader::LoaderPaths::FunctionPath4x
- Inherits:
-
RubySmartPath
- Object
- SmartPath
- RubySmartPath
- Puppet::Pops::Loader::LoaderPaths::FunctionPath4x
- Defined in:
- lib/puppet/pops/loader/loader_paths.rb
Constant Summary collapse
- FUNCTION_PATH_4X =
File.join('lib', 'puppet', 'functions')
Instance Attribute Summary
Attributes inherited from SmartPath
Instance Method Summary collapse
Methods inherited from RubySmartPath
Methods inherited from SmartPath
Constructor Details
This class inherits a constructor from Puppet::Pops::Loader::LoaderPaths::SmartPath
Instance Method Details
#instantiator ⇒ Object
91 92 93 |
# File 'lib/puppet/pops/loader/loader_paths.rb', line 91 def instantiator() Puppet::Pops::Loader::RubyFunctionInstantiator end |
#relative_path ⇒ Object
87 88 89 |
# File 'lib/puppet/pops/loader/loader_paths.rb', line 87 def relative_path FUNCTION_PATH_4X end |