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