1141 1142 1143 1144 1145
# File 'lib/setfu.rb', line 1141 def <(item) a = BitSet.new(self) b = BitSet.new(item) return a < b end