Method: Puppet::Pops::Functions::Dispatcher#add

Defined in:
lib/puppet/pops/functions/dispatcher.rb

#add(a_dispatch) ⇒ 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.

Adds a dispatch directly to the set of dispatchers.



53
54
55
# File 'lib/puppet/pops/functions/dispatcher.rb', line 53

def add(a_dispatch)
  @dispatchers << a_dispatch
end