Method: Puppet::Pops::Types::TypeMismatchDescriber#describe_argument_tuple

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

#describe_argument_tuple(expected, 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.



892
893
894
# File 'lib/puppet/pops/types/type_mismatch_describer.rb', line 892

def describe_argument_tuple(expected, actual, path)
  describe_tuple(expected, expected, actual, path, CountMismatch)
end