# File lib/hashery/lru_hash.rb, line 158
def
values_at
(
*
key_list
)
key_list
.
map
{
|
k
|
self
[
k
]}
end