# File lib/yard/tags/library.rb, line 270 def has_tag?(tag_name) tag_name && respond_to?(self.class.tag_method_name(tag_name)) end