587 588 589 590 591
# File 'lib/setfu.rb', line 587 def -(item) a = Set.new(self) b = Set.new(item) return a - b end