each_strongly_connected_component()
Instance Public methods
The iterator version of the strongly_connected_components
method. obj.each_strongly_connected_component is
similar to obj.strongly_connected_components.each,
but modification of obj during the iteration may lead to
unexpected results.
each_strongly_connected_component
returns nil.