Method: YARD::Tags::Directive#handler

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

#handlerHandlers::Base? (readonly)

Returns the handler object the docstring parser might be attached to. May be nil. Only available when parsing through Parser::SourceParser.

Returns:

Since:

  • 0.8.0


48
# File 'lib/yard/tags/directives.rb', line 48

def handler; parser.handler end