# File lib/moneta/adapters/leveldb.rb, line 26
      def clear(options = {})
        @backend.each {|k,v| delete(k, options) }
        self
      end