class CfnDsl::OrchestrationTemplate::RefHash
For testing for cycles
Public Instance Methods
Source
# File lib/cfndsl/orchestration_template.rb, line 248 def tsort_each_child(node, &block) fetch(node, []).each(&block) end
For testing for cycles
# File lib/cfndsl/orchestration_template.rb, line 248 def tsort_each_child(node, &block) fetch(node, []).each(&block) end