# File lib/racc/grammar.rb, line 1041 def term=(t) raise 'racc: fatal: term= called twice' unless @term.nil? @term = t @nterm = !t end