681 682 683 684 685
# File 'lib/setfu.rb', line 681 def <(item) a = BitSet.new(self) b = BitSet.new(item) return a < b end