method

reverse_merge

reverse_merge(other_hash)
public

Performs the opposite of merge, with the keys and values from the first hash taking precedence over the second.

1Note

reverse_merge(other_hash)

carlosbrando ยท Jul 22, 20082 thanks

Performs the opposite of merge, with the keys and values from the first hash taking precedence over the second.