# File lib/yard/parser/source_parser.rb, line 125
        def tokenize(content, ptype = parser_type)
          new(ptype).tokenize(content)
        end