Method: YARD::DocstringParser#handler
- Defined in:
- lib/yard/docstring_parser.rb
#handler ⇒ Handlers::Base?
Returns the handler parsing this docstring. May be nil if this docstring parser is not initialized through.
65 66 67 |
# File 'lib/yard/docstring_parser.rb', line 65 def handler @handler end |