Search
We can add another key value pair to an existing hash using the merge! method.
merge!
Notice that this method has a ! at the end.
!
Using merge! changes the original hash.