# File lib/rdoc/dot/dot.rb, line 194
def
each_node
@nodes
.
each
{
|
i
|
yield
i
}
end