module I18n::Utils
def deep_merge(hash, other_hash, &block)
Experimental RBS support (using type sampling data from the type_fusion
project).
def deep_merge: (Hash hash, Hash other_hash, ) -> untyped
This signature was generated using 5 samples from 1 application.
def deep_merge(hash, other_hash, &block) deep_merge!(hash.dup, other_hash, &block) end