# File lib/puppet/parser/ast/caseopt.rb, line 12
12:     def each
13:       [@value,@statements].each { |child| yield child }
14:     end