In much the same way as you can use * for array concatenation in Ruby, you can use ** to merge hashes: hash = { b: 2, c: 3 }{ a: 1, ...
確定! 回上一頁