method

reverse_merge

rails latest stable - Class: ActiveSupport::CoreExtensions::Hash::ReverseMerge

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.

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.