Method: Bundler::Thor::CoreExt::HashWithIndifferentAccess#replace
- Defined in:
- lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb
#replace(other_hash) ⇒ Object
72 73 74 |
# File 'lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb', line 72 def replace(other_hash) super(other_hash) end |