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