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