# File automaten.rb, line 517 def speichern(dateiname) File.open(dateiname, "w") do |f| Marshal.dump(self,f) end end