Method: Puppet::Pops::Lookup::ExplainInvalidKey#dump_on
- Defined in:
- lib/puppet/pops/lookup/explainer.rb
#dump_on(io, indent, first_indent) ⇒ 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.
182 183 184 |
# File 'lib/puppet/pops/lookup/explainer.rb', line 182 def dump_on(io, indent, first_indent) io << first_indent << "Invalid key \"" << @key << "\"\n" end |