class Hash

def deep_merge?(other) # :nodoc:

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