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