Module: SetFuMixinBinarySubsetOperator
Instance Method Summary collapse
Instance Method Details
#<=(item) ⇒ Object
595 596 597 598 599 |
# File 'lib/setfu.rb', line 595 def <=(item) a = Set.new(self) b = Set.new(item) return a <= b end |