# File lib/puppet/parser/ast/ifstatement.rb, line 11
11:     def each
12:       [@test,@else,@statements].each { |child| yield child }
13:     end