903 904 905 906 907
# File 'lib/setfu.rb', line 903 def |(item) a = BitSet.new(self) b = BitSet.new(item) return a | b end