Method: Conf.load_central_config_files

Defined in:
lib/rake/config.rb

.load_central_config_filesObject



482
483
484
485
486
# File 'lib/rake/config.rb', line 482

def self.load_central_config_files()
  @@recipePaths.reverse.each do | aRecipePath |
    load_config_files(aRecipePath.sub(/\/$/,''));
  end
end