deep_merge?(other)
:method: deep_merge!
Same as #deep_merge, but modifies self.
# File activesupport/lib/active_support/core_ext/hash/deep_merge.rb, line 39 def deep_merge?(other) # :nodoc: other.is_a?(Hash) end