# File lib/facet/hash/shuffle.rb, line 31 def shuffle_hash shuffled = {} shuffle_hash_pairs.each{|k, v| shuffled[k] = v } shuffled end