# File Grammatiken.rb, line 458 def addRule(str) tempregel = str + self.to_s temp = Grammar.new(tempregel) return temp end