Method: Puppet::Functions::Function.builder
- Defined in:
- lib/puppet/functions.rb
.builder ⇒ Object
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.
307 308 309 |
# File 'lib/puppet/functions.rb', line 307 def self.builder DispatcherBuilder.new(dispatcher, Puppet::Pops::Types::PCallableType::DEFAULT, loader) end |