method
each_strongly_connected_component
v1_9_2_180 -
Show latest stable
- Class:
TSort
each_strongly_connected_component()public
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.