# File lib/puppet/external/dot.rb, line 248
248:         def each_node
249:             @nodes.each{ |i| yield i }
250:         end