# File lib/facets/core/hash/update_keys.rb, line 4
  def update_keys
    each{ |k,v| delete(k) ; store( yield(k), v ) }
  end