# File Automaten.rb, line 185
        def to_s_rechts
                return ("[" + @zustand.to_s_rechts + " --" + @symbol + "--> " + @folge.to_s_rechts + "]" + "\n")
        end