# File lib/yard/parser/source_parser.rb, line 460
      def tokenize(content)
        @parser = parser_class.new(content, file)
        @parser.tokenize
      end