Method: Cukedep::FeatureModel::DepGraph#tsort_each_node

Defined in:
lib/cukedep/feature-model.rb

#tsort_each_node(&aBlock) ⇒ Object

Method required by TSort module. It is used to iterate over all the nodes of the dependency graph



36
37
38
# File 'lib/cukedep/feature-model.rb', line 36

def tsort_each_node(&aBlock)
  return dependencies.each(&aBlock)
end