# File Warshall.rb, line 71 def -(menge) if menge!=nil then Menge.new(@array - menge.array()) else return Menge.new(@array) end end