Method: Bundler::Thor::CoreExt::HashWithIndifferentAccess#merge

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

#merge(other) ⇒ Object



53
54
55
# File 'lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb', line 53

def merge(other)
  dup.merge!(other)
end