Method: Puppet::Pops::Functions::Dispatcher#signatures

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

#signaturesObject

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.



73
74
75
# File 'lib/puppet/pops/functions/dispatcher.rb', line 73

def signatures
  @dispatchers.reject(&:argument_mismatch_handler?)
end