end Set
539 540 541 542 543
# File 'lib/setfu.rb', line 539 def &(item) a = Set.new(self) b = Set.new(item) return a & b end