633 634 635 636 637
# File 'lib/setfu.rb', line 633 def ^(item) a = BitSet.new(self) b = BitSet.new(item) return a ^ b end