Method: Utils::ConfigFile#configure_from_paths

Defined in:
lib/utils/config_file.rb

#configure_from_paths(paths = self.class.config_file_paths) ⇒ Object



21
22
23
24
25
# File 'lib/utils/config_file.rb', line 21

def configure_from_paths(paths = self.class.config_file_paths)
  for config_file_path in paths
    parse_config_file config_file_path
  end
end