Method: YARD::DocstringParser#tags

Defined in:
lib/yard/docstring_parser.rb

#tagsArray<Tags::Tag>

Returns the list of meta-data tags identified by the parser.

Since:

  • 0.8.0



39
40
41
# File 'lib/yard/docstring_parser.rb', line 39

def tags
  @tags
end