665 666 667 668 669
# File 'lib/setfu.rb', line 665 def -(item) a = BitSet.new(self) b = BitSet.new(item) return a - b end