Method: YARD::CodeObjects::Base#tag
- Defined in:
- lib/yard/code_objects/base.rb
#tag(name) ⇒ Object
Gets a tag from the #docstring
548 |
# File 'lib/yard/code_objects/base.rb', line 548 def tag(name); docstring.tag(name) end |
Gets a tag from the #docstring
548 |
# File 'lib/yard/code_objects/base.rb', line 548 def tag(name); docstring.tag(name) end |