method
deep_merge!
v2.3.8 -
Show latest stable
- Class:
ActiveSupport::CoreExtensions::Hash::DeepMerge
deep_merge!(other_hash)public
Returns a new hash with self and other_hash merged recursively. Modifies the receiver in place.
deep_merge!(other_hash)Returns a new hash with self and other_hash merged recursively. Modifies the receiver in place.