Method: SysPref#reset

Defined in:
lib/iated/sys_pref.rb

#resetnil

Resets the preferences module

Returns:

  • (nil)


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