content_body

in lib/cc/engine/issue.rb [126:131]


      def content_body
        return @content_body if defined?(@content_body)

        @content_body = ContentResolver.new(cop_name.underscore).content
      end