# File lib/rdoc/parser/ruby_tools.rb, line 12
  def add_token_listener(obj)
    @token_listeners ||= []
    @token_listeners << obj
  end