# File lib/facet/hash/at_rand.rb, line 79
  def rand_pair!
    k,v = rand_pair
    delete( k )
    return k,v
  end