Method: Puppet::Pops::Types::KeyMismatch#hash

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

#hashObject

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.



174
175
176
# File 'lib/puppet/pops/types/type_mismatch_describer.rb', line 174

def hash
  super.hash ^ key.hash
end