method

deep_merge?

Importance_0
v8.1.1 - Show latest stable - 0 notes - Class: Hash
deep_merge?(other) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/core_ext/hash/deep_merge.rb, line 40
  def deep_merge?(other) # :nodoc:
    other.is_a?(Hash)
  end
Register or log in to add new notes.