Method: Hash#+
- Defined in:
- lib/core/facets/hash/op_add.rb
permalink #+(other) ⇒ Object
Operator for #merge.
CREDIT: Trans
7 8 9 |
# File 'lib/core/facets/hash/op_add.rb', line 7 def +(other) merge(other) end |
Operator for #merge.
CREDIT: Trans
7 8 9 |
# File 'lib/core/facets/hash/op_add.rb', line 7 def +(other) merge(other) end |