# File lib/multimap.rb, line 528
def
values_at
(
*
keys
)
@hash
.
values_at
(
*
keys
)
end