Method: Chef::Application#reconfigure
- Defined in:
- lib/chef/application.rb
#reconfigure ⇒ Object
Reconfigure the application. You’ll want to override and super this method.
55 56 57 58 59 60 61 62 |
# File 'lib/chef/application.rb', line 55 def reconfigure # In case any gems were installed for use in the config. Gem.clear_paths configure_chef configure_logging configure_encoding emit_warnings end |