Method: YARD::CodeObjects::Base#tag

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

#tag(name) ⇒ Object

Gets a tag from the #docstring

See Also:



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

def tag(name); docstring.tag(name) end