Method: YARD::CodeObjects::Base#tags
- Defined in:
- lib/yard/code_objects/base.rb
permalink #tags(name = nil) ⇒ Object
Gets a list of tags from the #docstring
552 |
# File 'lib/yard/code_objects/base.rb', line 552 def (name = nil); docstring.(name) end |