Method: What::Modules.load_all
- Defined in:
- lib/what/modules.rb
.load_all ⇒ Object
Load all modules from any paths specified in the config file.
6 7 8 9 10 |
# File 'lib/what/modules.rb', line 6 def self.load_all config_module_full_paths.each do |path| require_dir(path) end end |