Method: YARD::CodeObjects::Base#tags

Defined in:
lib/yard/code_objects/base.rb

#tags(name = nil) ⇒ Object

Gets a list of tags from the #docstring

See Also:

[View source]

552
# File 'lib/yard/code_objects/base.rb', line 552

def tags(name = nil); docstring.tags(name) end