end BitSet
895 896 897 898 899
# File 'lib/setfu.rb', line 895 def &(item) a = BitSet.new(self) b = BitSet.new(item) return a & b end