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

    self
  end