# File lib/puppet/transportable.rb, line 129 129: def each 130: @children.each { |c| yield c } 131: end