Hash #merge creates a new hash on each iteration. For bigger arrays, it is more performant to use Hash#merge! / Hash#update .
確定! 回上一頁