Method: YARD::Tags::Directive#parser

Defined in:
lib/yard/tags/directives.rb

#parserDocstringParser (protected)

Returns the parser that is parsing all tag information out of the docstring.

Returns:

  • (DocstringParser)

    the parser that is parsing all tag information out of the docstring

Since:

  • 0.8.0


37
38
39
# File 'lib/yard/tags/directives.rb', line 37

def parser
  @parser
end