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