lib/seraph/configuration.rb in seraph-0.0.3 vs lib/seraph/configuration.rb in seraph-0.0.4
- old
+ new
@@ -3,7 +3,11 @@
module Seraph
class Configuration
include ::Singleton
attr_accessor :pepper
+
+ def reset
+ self.pepper = nil
+ end
end
end