# File lib/yard/parser/source_parser.rb, line 116 def parse_string(content, ptype = parser_type) new(ptype).parse(StringIO.new(content)) end