lib/cheripic/options.rb in cheripic-1.2.5 vs lib/cheripic/options.rb in cheripic-1.2.6

- old
+ new

@@ -158,8 +158,13 @@ # Resets the values of options to defaults def self.defaults @user_settings = @def_settings end + # Resets the values of options to defaults + def self.current_values + @user_settings + end + end end