merge! takes a Hash as an argument. Rather than allocating a Hash, just use two different `=` calls, to achieve the same result.
1.0 KiB
1.0 KiB
merge! takes a Hash as an argument. Rather than allocating a Hash, just use two different `=` calls, to achieve the same result.