Method: Puppet::Pops::Lookup::ExplainInvalidKey#initialize
- Defined in:
- lib/puppet/pops/lookup/explainer.rb
#initialize(parent, key) ⇒ ExplainInvalidKey
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 ExplainInvalidKey.
177 178 179 180 |
# File 'lib/puppet/pops/lookup/explainer.rb', line 177 def initialize(parent, key) super(parent) @key = key.to_s end |