# File lib/facet/hash/shuffle.rb, line 19 def shuffle_hash_pairs keys.shuffle.zip(values.sort_by{Kernel.rand}) end