# File lib/faraday/options.rb, line 71
def
values_at
(
*
keys
)
keys
.
map
{
|
key
|
send
(
key
) }
end