# File Warshall.rb, line 89 def laden(dateiname) File.open(dateiname, "r") do |f| @array+=Marshal.load(f).array() end end