Method: YARD::DocstringParser#text
- Defined in:
- lib/yard/docstring_parser.rb
#text ⇒ String
Returns the parsed text portion of the docstring, with tags removed.
32 33 34 |
# File 'lib/yard/docstring_parser.rb', line 32 def text @text end |