# File lib/puppet/parser/ast/casestatement.rb, line 40
40:     def each
41:       [@test,@options].each { |child| yield child }
42:     end