# File lib/facets/core/hash/each_with_key.rb, line 4
  def each_with_key( &yld )
    each_pair{ |k,v| yld.call(v,k) }
  end