# File lib/puppet/parser/ast/branch.rb, line 14 14: def each 15: @children.each { |child| 16: yield child 17: } 18: end