Method: YARD::Tags::Directive#handler
- Defined in:
- lib/yard/tags/directives.rb
#handler ⇒ Handlers::Base? (readonly)
Returns the handler object the docstring parser might be attached to. May be nil. Only available when parsing through Parser::SourceParser.
48 |
# File 'lib/yard/tags/directives.rb', line 48 def handler; parser.handler end |