12 13 14 15 16 17 18
# File 'lib/what/modules.rb', line 12 def self.config_module_full_paths paths = Config["module_paths"] || [] paths.map do |path| path.include?("/") ? path : File.join(Config["base"], path) end end