Method: Puppet::Pops::Types::TypeMismatchDescriber.validate_default_parameter

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

.validate_default_parameter(subject, param_name, param_type, value) ⇒ 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.



501
502
503
# File 'lib/puppet/pops/types/type_mismatch_describer.rb', line 501

def self.validate_default_parameter(subject, param_name, param_type, value)
  singleton.validate_default_parameter(subject, param_name, param_type, value)
end