Method: YARD::DocstringParser#text

Defined in:
lib/yard/docstring_parser.rb

#textString

Returns the parsed text portion of the docstring, with tags removed.

Returns:

  • (String)

    the parsed text portion of the docstring, with tags removed.

Since:

  • 0.8.0



32
33
34
# File 'lib/yard/docstring_parser.rb', line 32

def text
  @text
end