# File lib/puppet/parser/ast/vardef.rb, line 28 28: def each 29: [@name,@value].each { |child| yield child } 30: end