Method: Puppet::Pops::Lookup::ExplainTop#initialize

Defined in:
lib/puppet/pops/lookup/explainer.rb

#initialize(parent, type, key) ⇒ ExplainTop

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 ExplainTop.



163
164
165
166
167
# File 'lib/puppet/pops/lookup/explainer.rb', line 163

def initialize(parent, type, key)
  super(parent)
  @type = type
  self.key = key.to_s
end