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