# File lib/yard/tags/library.rb, line 283
      def has_directive?(tag_name)
        tag_name && respond_to?(self.class.directive_method_name(tag_name))
      end