in dockerfiles/scripts/helpers/merge-yaml.rb [23:26]
def deep_merge(hash, other_hash, &block) deep_merge!(hash.dup, other_hash, &block) end