371 372 373 374 375
# File 'lib/setfu.rb', line 371 def ^(item) a = Set.new(self) b = Set.new(item) return a ^ b end