Method: Puppet::Pops::Types::PAnyType#callable_args?

Defined in:
lib/puppet/pops/types/types.rb

#callable_args?(callable, guard) ⇒ 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.

Returns ‘true` if this instance is considered valid as arguments to the given `callable`

Parameters:

  • callable (PAnyType)

    the callable

  • guard (RecursionGuard)

    guard against recursion. Only used by internal calls

Returns:

  • (Boolean)

    ‘true` if this instance is considered valid as arguments to the given `callable`



173
174
175
# File 'lib/puppet/pops/types/types.rb', line 173

def callable_args?(callable, guard)
  false
end