Method: TuneSpec::Configuration#reset
- Defined in:
- lib/tune_spec/configuration.rb
#reset ⇒ Object
30 31 32 33 34 |
# File 'lib/tune_spec/configuration.rb', line 30 def reset VALID_CONFIG_KEYS.each do |key| send("#{key}=", self::Configuration.const_get("DEFAULT_#{key}".upcase)) end end |