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