ActiveSupport::CoreExtensions::Hash::DeepMerge


Files

Description

Allows for deep merging

Methods

Public Instance methods

deep_merge (other_hash)

Returns a new hash with self and other_hash merged recursively.

deep_merge! (other_hash)

Returns a new hash with self and other_hash merged recursively. Modifies the receiver in place.