# File lib/rdoc/tokenstream.rb, line 24
  def add_tokens(tks)
    tks.each  {|tk| add_token(tk)}
  end