# File lib/sinatra/cookies.rb, line 276
def
values_at
(
*
list
)
list
.
map
{
|
k
|
self
[
k
] }
end