# File Automaten.rb, line 362 def get_schalt_It(item,symb) self.each{|i| if item.rueck_lesen(symb)!=nil then return i if i===item.rueck_lesen(symb) end } return nil end