Method: Puppet::Pops::Functions::Dispatcher#empty?

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

#empty?Boolean

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.

Answers if dispatching has been defined

Returns:

  • (Boolean)

    true if dispatching has been defined



18
19
20
# File 'lib/puppet/pops/functions/dispatcher.rb', line 18

def empty?
  @dispatchers.empty?
end