# File lib/facets/core/hash/rand_key.rb, line 17
  def rand_key!
    k,v = rand_pair
    delete( k )
    return k
  end