# File lib/backports/2.3.0/hash/fetch_values.rb, line 3 def fetch_values(*keys, &block) keys.map do |k| fetch(k, &block) end end