# File lib/yard/generators/deprecated_generator.rb, line 10
      def is_deprecated?(object)
        object.tag(:deprecated) ? true : false
      end