Method: Puppet::Pops::Types::KeyMismatch#initialize

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

#initialize(path, key) ⇒ KeyMismatch

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.

Returns a new instance of KeyMismatch.



165
166
167
168
# File 'lib/puppet/pops/types/type_mismatch_describer.rb', line 165

def initialize(path, key)
  super(path)
  @key = key
end