class ReeHash::Merge
def call(first_hash, other_hash, deep: true, &block)
def call(first_hash, other_hash, deep: true, &block) recursively_merge(first_hash, other_hash, deep, &block) end
def call(first_hash, other_hash, deep: true, &block) recursively_merge(first_hash, other_hash, deep, &block) end