# File lib/hashery/lru_hash.rb, line 253
    def clear
      until empty?
        delete_oldest
      end

      self
    end