method
deep_merge!
rails latest stable - Class:
Hash
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.