... select method in the following way: def max_value_keys(hash) max_value = hash.values.max max_values = hash.select { | key, value | value ...
確定! 回上一頁