Method: Hash#+

Defined in:
lib/rmtools/enumerable/hash.rb

#+(other_hash) ⇒ Object



14
15
16
# File 'lib/rmtools/enumerable/hash.rb', line 14

def +(other_hash)
  merge(other_hash || {})
end