Method: Ultron::Config#reset!
- Defined in:
- lib/ultron/config.rb
#reset! ⇒ Object
testing a singleton is hard
9 10 11 |
# File 'lib/ultron/config.rb', line 9 def reset! # testing a singleton is hard @config = OpenStruct.new fetch_yaml 'ultron' end |