Method: YARD::Tags::Directive#parser
- Defined in:
- lib/yard/tags/directives.rb
#parser ⇒ DocstringParser (protected)
Returns the parser that is parsing all tag information out of the docstring.
37 38 39 |
# File 'lib/yard/tags/directives.rb', line 37 def parser @parser end |