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