Method: Puppet::Pops::Types::TypeMismatchDescriber#describe_PEnumType

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

#describe_PEnumType(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.



785
786
787
# File 'lib/puppet/pops/types/type_mismatch_describer.rb', line 785

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