547 548 549 550 551
# File 'lib/setfu.rb', line 547 def |(item) a = Set.new(self) b = Set.new(item) return a | b end