Returns translates parsed text into a Docstring object.
Returns:
translates parsed text into a Docstring object.
Since:
0.8.0
94 95 96
# File 'lib/yard/docstring_parser.rb', line 94 def to_docstring Docstring.new!(text, tags, object, raw_text, reference) end