Method: Maruto::MagentoConfig#modules

Defined in:
lib/maruto/magento_config.rb

#modulesObject



91
92
93
# File 'lib/maruto/magento_config.rb', line 91

def modules()
	Hash[tsort.map { |name| [name, @modules[name]] }]
end