# File Compilerbau2.rb, line 40 def ==(anOther) (@name == anOther.getName) #&& (@terminal == anOther.terminal) end