# File lib/rdoc/token_stream.rb, line 58
  def add_tokens(*tokens)
    tokens.flatten.each { |token| @token_stream << token }
  end