Method: Puppet::Pops::Types::TypeMismatchDescriber#describe_PTupleType
- Defined in:
- lib/puppet/pops/types/type_mismatch_describer.rb
#describe_PTupleType(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.
888 889 890 |
# File 'lib/puppet/pops/types/type_mismatch_describer.rb', line 888 def describe_PTupleType(expected, original, actual, path) describe_tuple(expected, original, actual, path, SizeMismatch) end |