Method: Hash#|

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

#|(other) ⇒ Object

Operator for #reverse_merge.

CREDIT: Trans



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

def |(other)
  other.merge(self)
end