Method: SysPref#reset
- Defined in:
- lib/iated/sys_pref.rb
#reset ⇒ nil
Resets the preferences module
107 108 109 110 111 |
# File 'lib/iated/sys_pref.rb', line 107 def reset @test_dir.rmtree unless @test_dir.nil? @test_dir = nil @store = nil end |