Clés max de Hash Ruby
hash.select {|k,v| v == hash.values.max }
TalaatMagdy
hash.select {|k,v| v == hash.values.max }