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