# File lib/puppet/parser/ast/selector.rb, line 9
 9:     def each
10:       [@param,@values].each { |child| yield child }
11:     end