Method: Hash#+

Defined in:
lib/core/facets/hash/op_add.rb

#+(other) ⇒ Object

Operator for #merge.

CREDIT: Trans

[View source] [View on GitHub]

7
8
9
# File 'lib/core/facets/hash/op_add.rb', line 7

def +(other)
  merge(other)
end