Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/extensions/core/hash.rb

Instance Method Summary collapse

Instance Method Details

#reverse_merge(other_hash) ⇒ Object



3
4
5
# File 'lib/extensions/core/hash.rb', line 3

def reverse_merge(other_hash)
  other_hash.merge(self)
end