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 424 def initialize(parent, segment) 425 super(parent) 426 @segment = segment 427 end
Public Instance Methods
dump_on(io, indent, first_indent)
click to toggle source
# File lib/puppet/pops/lookup/explainer.rb 429 def dump_on(io, indent, first_indent) 430 dump_outcome(io, indent) 431 end
type()
click to toggle source
# File lib/puppet/pops/lookup/explainer.rb 433 def type 434 :segment 435 end