# File lib/hashery/lru_hash.rb, line 224
    def delete(key)
      n = @h[key] and remove_node(n).value
    end