Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/hash_union_arrays.rb

Instance Method Summary collapse

Instance Method Details

#|(other) ⇒ Object



18
19
20
# File 'lib/hash_union_arrays.rb', line 18

def |(other)
  HashIntersectArrays::ordered_union(self, other)
end