# File lib/origin/extensions/hash.rb, line 164 def update_values(&block) each_pair do |key, value| store(key, block[value]) end end