= private = protected
The exact documentation you were looking for could not be found. Here is the best guess.
|(enum)
Returns a new set built by merging the set and the elements of the given enumerable object.
# File lib/set.rb, line 325 def |(enum) dup.merge(enum) end