# File lib/map.rb, line 370
def
values_at
(
*
keys
)
keys
.
map
{
|
key
|
self
[
key
]}
end