943 944 945 946 947
# File 'lib/setfu.rb', line 943 def -(item) a = BitSet.new(self) b = BitSet.new(item) return a - b end