Method: Puppet::Pops::Lookup::ExplainKeySegment#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.
431 432 433 |
# File 'lib/puppet/pops/lookup/explainer.rb', line 431 def dump_on(io, indent, first_indent) dump_outcome(io, indent) end |