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