intersection test.
intersection test
558 559 560 561 562
# File 'lib/setfu.rb', line 558 def **(item) # intersection test a = Set.new(self) b = Set.new(item) return a ** b end