Method: Hash#deep_merge?

Defined in:
activesupport/lib/active_support/core_ext/hash/deep_merge.rb

#deep_merge?(other) ⇒ Boolean

:nodoc:

Returns:

  • (Boolean)


40
41
42
# File 'activesupport/lib/active_support/core_ext/hash/deep_merge.rb', line 40

def deep_merge?(other) # :nodoc:
  other.is_a?(Hash)
end