method
each_strongly_connected_component
v1_8_7_330 -
Show latest stable
- Class:
TSort
each_strongly_connected_component(# :yields: nodes)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.