# File lib/rgl/topsort.rb, line 60
60:     def topsort_iterator
61:       TopsortIterator.new(self)
62:     end