# File lib/rufus/lru.rb, line 180
def
touch
(
key
)
@lru_keys
.
delete
(
key
)
@lru_keys
<<
key
end