module SetFuMixinBinaryProperOperator
Public Instance Methods
<(item)
click to toggle source
# File lib/setfu.rb, line 1141 def <(item) a = BitSet.new(self) b = BitSet.new(item) return a < b end
# File lib/setfu.rb, line 1141 def <(item) a = BitSet.new(self) b = BitSet.new(item) return a < b end