Method: Puppet::Pops::Types::TypeMismatchDescriber#describe_PTypeAliasType
- Defined in:
- lib/puppet/pops/types/type_mismatch_describer.rb
#describe_PTypeAliasType(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.
793 794 795 |
# File 'lib/puppet/pops/types/type_mismatch_describer.rb', line 793 def describe_PTypeAliasType(expected, original, actual, path) internal_describe(expected.resolved_type.normalize, expected, actual, path) end |