class Puppet::Pops::Lookup::ExplainKeySegment
Public Class Methods
new(parent, segment)
click to toggle source
Calls superclass method
Puppet::Pops::Lookup::ExplainTreeNode::new
# File lib/puppet/pops/lookup/explainer.rb 425 def initialize(parent, segment) 426 super(parent) 427 @segment = segment 428 end
Public Instance Methods
dump_on(io, indent, first_indent)
click to toggle source
# File lib/puppet/pops/lookup/explainer.rb 430 def dump_on(io, indent, first_indent) 431 dump_outcome(io, indent) 432 end
type()
click to toggle source
# File lib/puppet/pops/lookup/explainer.rb 434 def type 435 :segment 436 end