# File lib/yard/docstring.rb, line 267 def tag(name) tags.find {|tag| tag.tag_name.to_s == name.to_s } end