Module ActiveSupport::CoreExtensions::Hash::DeepMerge
In: lib/active_support/core_ext/hash/deep_merge.rb

Allows for deep merging

Methods

Public Instance methods

Returns a new hash with self and other_hash merged recursively.

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

[Validate]