# File lib/puppet/parser/ast/match_operator.rb, line 10
10:         def each
11:             [@lval,@rval].each { |child| yield child }
12:         end