# File automaten.rb, line 156 def [](i) case i when 0 then @zustand when 1 then @symbol when 2 then @folge else nil end end