method
deep_merge?
v8.1.1 -
Show latest stable
- Class:
Hash
deep_merge?(other)public
No documentation available.
# File activesupport/lib/active_support/core_ext/hash/deep_merge.rb, line 40
def deep_merge?(other) # :nodoc:
other.is_a?(Hash)
end