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