# File lib/yard/docstring.rb, line 255 def has_tag?(name) tags.any? {|tag| tag.tag_name.to_s == name.to_s } end