# File lib/backup/configuration/helpers.rb, line 27
      def clear_defaults!
        setter_methods.each do |method|
          self.send(method, nil)
        end
      end