# File lib/moneta/adapters/couch.rb, line 75
      def clear(options = {})
        @backend.delete ''
        create_db
        self
      end