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