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