Method: Roby::Application#reload_config
- Defined in:
- lib/roby/app.rb
#reload_config ⇒ Object
Reload files in config/
2975 2976 2977 2978 2979 2980 2981 2982 |
# File 'lib/roby/app.rb', line 2975 def reload_config clear_config apply_argv_set if has_app? require_robot_file end call_plugins(:require_config, self) end |