Method: Bundler::Thor::CoreExt::HashWithIndifferentAccess#reverse_merge!

Defined in:
lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb

#reverse_merge!(other_hash) ⇒ Object



68
69
70
# File 'lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb', line 68

def reverse_merge!(other_hash)
  replace(reverse_merge(other_hash))
end