# File Warshall.rb, line 216 def vorgaenger(x) if @vor[x]!=nil then return @vor[x] else return Menge.new([]) end end