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