Method: Puppet::Pops::Types::TypeMismatchDescriber#describe_PPatternType

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

#describe_PPatternType(expected, original, actual, path) ⇒ 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.



789
790
791
# File 'lib/puppet/pops/types/type_mismatch_describer.rb', line 789

def describe_PPatternType(expected, original, actual, path)
  [PatternMismatch.new(path, original, actual)]
end