# File lib/rgl/topsort.rb, line 21
21:     def initialize (g)
22:       super(g)
23:       set_to_begin
24:     end