# File lib/facets/core/hash/update_each.rb, line 14
  def update_each  # :yield:
    dup.each_pair{ |k,v| update( yield(k,v) ); }
    self
  end