Method: Puppet::Pops::Functions::Dispatcher#initialize
- Defined in:
- lib/puppet/pops/functions/dispatcher.rb
#initialize ⇒ Dispatcher
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.
Returns a new instance of Dispatcher.
10 11 12 |
# File 'lib/puppet/pops/functions/dispatcher.rb', line 10 def initialize() @dispatchers = [ ] end |