I'm new in Ruby, so, sorry if this is an easy question :)
Do you know an easy or elegant way to merge two arrays without overwriting duplicate keys?
I mean if the key is present in the original array i don't want to change anything in the original array...