Method: Puppet::Pops::Types::PTypeReferenceType#callable?

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

#callable?(args) ⇒ 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:

  • (Boolean)


3331
3332
3333
# File 'lib/puppet/pops/types/types.rb', line 3331

def callable?(args)
  false
end