module Querifier::Config
Constants
- DEFAULTS_CONFIGS
Public Instance Methods
reset!()
click to toggle source
This is mostly useful for the tests
# File lib/querifier/config.rb, line 22 def reset! DEFAULTS_CONFIGS.each { |k, v| send("#{k}=", v) } end