Method: Thor::CoreExt::HashWithIndifferentAccess#merge
- Defined in:
- lib/thor/core_ext/hash_with_indifferent_access.rb
#merge(other) ⇒ Object
43 44 45 |
# File 'lib/thor/core_ext/hash_with_indifferent_access.rb', line 43 def merge(other) dup.merge!(other) end |