# File lib/moneta/adapters/lmdb.rb, line 59
      def clear(options = {})
        @db.clear
        self
      end