Method: Puppet::Pops::Types::UnresolvedTypeReference#==

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

#==(o) ⇒ 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.



233
234
235
# File 'lib/puppet/pops/types/type_mismatch_describer.rb', line 233

def ==(o)
  super.==(o) && @unresolved == o.unresolved
end