# File lib/puppet/transportable.rb, line 125 125: def each 126: @children.each { |c| yield c } 127: end