Method: YARD::DocstringParser#library

Defined in:
lib/yard/docstring_parser.rb

#libraryTags::Library

Returns the tag library being used to identify registered tags in the docstring.

Returns:

  • (Tags::Library)

    the tag library being used to identify registered tags in the docstring.

Since:

  • 0.8.0



69
70
71
# File 'lib/yard/docstring_parser.rb', line 69

def library
  @library
end