# File lib/backports/2.6.0/array/union.rb, line 2 def union(*arrays) [self, *arrays].inject([], :|) end