# File lib/rgl/rdot.rb, line 249
249:     def each_node
250:       @nodes.each{ |i| yield i }
251:     end