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