# File lib/rufus/lru.rb, line 156 def delete(key) value = super call_on_removal(value) @lru_keys.delete(key) value end