# File Automatenalt.rb, line 72 def ist_start_von(a) ind = getZustand.index('.') return ((@item[ind-1..ind-1]) == ">" and (@item[0..0] == a)) end