Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/panda/core_ext/hash.rb

Instance Method Summary collapse

Instance Method Details

#merged_with(other, &block) ⇒ Object



3
4
5
# File 'lib/panda/core_ext/hash.rb', line 3

def merged_with(other, &block)
  (other || {}).merge self, &block
end