Method: Puppet::Functions::Function.builder

Defined in:
lib/puppet/functions.rb

.builderObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



230
231
232
233
234
# File 'lib/puppet/functions.rb', line 230

def self.builder
  @type_parser ||= Puppet::Pops::Types::TypeParser.new
  @all_callables ||= Puppet::Pops::Types::TypeFactory.all_callables
  DispatcherBuilder.new(dispatcher, @type_parser, @all_callables)
end