Method: YARD::CodeObjects::Base#has_tag?
- Defined in:
- lib/yard/code_objects/base.rb
#has_tag?(name) ⇒ Boolean
Tests if the #docstring has a tag
556 |
# File 'lib/yard/code_objects/base.rb', line 556 def has_tag?(name); docstring.has_tag?(name) end |