Method: Maruto::MagentoConfig#tsort_each_node

Defined in:
lib/maruto/magento_config.rb

#tsort_each_node(&block) ⇒ Object



115
116
117
# File 'lib/maruto/magento_config.rb', line 115

def tsort_each_node(&block)
	@modules.each_key(&block)
end