# File lib/rdoc/parsers/parse_rb.rb, line 97
    def initialize(line_no, char_no, id)
      super(line_no, char_no)
      @name = char_no.chr
    end