# File rtex.rb, line 99 def add_list( list, tool ) list.each{ |l| @log += "\n" + line(tool, l.chop!() ) } end