951 952 953 954 955
# File 'lib/setfu.rb', line 951 def <=(item) a = BitSet.new(self) b = BitSet.new(item) return a <= b end