# File lib/facet/hash/rand_key.rb, line 13
def
rand_key
keys
.
at
(
rand
(
keys
.
size
) )
end