Module: SetFuMixinBinaryXorOperator
Instance Method Summary collapse
Instance Method Details
#^(item) ⇒ Object
555 556 557 558 559 |
# File 'lib/setfu.rb', line 555 def ^(item) a = Set.new(self) b = Set.new(item) return a ^ b end |
555 556 557 558 559 |
# File 'lib/setfu.rb', line 555 def ^(item) a = Set.new(self) b = Set.new(item) return a ^ b end |