Module: SetFuMixinBinaryProperOperator
Instance Method Summary collapse
Instance Method Details
#<(item) ⇒ Object
603 604 605 606 607 |
# File 'lib/setfu.rb', line 603 def <(item) a = Set.new(self) b = Set.new(item) return a < b end |