Method: Volt.reset_config!
- Defined in:
- lib/volt/config.rb
.reset_config! ⇒ Object
Resets the configuration to the default (empty hash)
72 73 74 75 76 |
# File 'lib/volt/config.rb', line 72 def reset_config! configure do |c| c.from_h(defaults) end end |