# File lib/yard/generators/helpers/filter_helper.rb, line 12
      def is_class?(object)
        object.is_a?(CodeObjects::ClassObject)
      end