Method: YARD::DocstringParser#handler

Defined in:
lib/yard/docstring_parser.rb

#handlerHandlers::Base?

Returns the handler parsing this docstring. May be nil if this docstring parser is not initialized through.

Returns:

  • (Handlers::Base, nil)

    the handler parsing this docstring. May be nil if this docstring parser is not initialized through

Since:

  • 0.8.0



65
66
67
# File 'lib/yard/docstring_parser.rb', line 65

def handler
  @handler
end