lib/rconf/profile.rb in rconf-0.6.5 vs lib/rconf/profile.rb in rconf-0.6.10

- old
+ new

@@ -55,9 +55,10 @@ # # === Return # true:: Always return true def reset File.delete(profile_path) if File.file?(profile_path) + @profile = {} true end # Entire profile with all settings #