class CfnDsl::OrchestrationTemplate::RefHash

For testing for cycles

Public Instance Methods

tsort_each_child(node, &block) click to toggle source
# File lib/cfndsl/orchestration_template.rb, line 248
def tsort_each_child(node, &block)
  fetch(node, []).each(&block)
end