# File lib/yard/parser/ruby/ruby_parser.rb, line 12
        def initialize(source, filename, *args)
          super
          @file = filename
          @source = source
          @tokens = []
          @comments = {}
          @map = {}
          @ns_charno = 0
          @list = []
          @charno = 0
        end