Method: Roby::Application#clear_config
- Defined in:
- lib/roby/app.rb
#clear_config ⇒ Object
2965 2966 2967 2968 2969 2970 2971 2972 |
# File 'lib/roby/app.rb', line 2965 def clear_config Conf.clear call_plugins(:clear_config, self) # Deprecated name for clear_config call_plugins(:reload_config, self) unload_features("config", ".*\.rb$") unload_features("config", "robot", ".*\.rb$") end |