From ff214e92321b2dab169f23e7996500ec8505b59b Mon Sep 17 00:00:00 2001 From: bronzdoc Date: Mon, 24 Jun 2019 19:01:33 -0600 Subject: [PATCH] [rubygems/rubygems] Remove useless comment in exceptions.rb https://github.com/rubygems/rubygems/commit/d7ad696fa2 --- lib/rubygems/exceptions.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/rubygems/exceptions.rb b/lib/rubygems/exceptions.rb index 28ae3aa24e..3924f9dde6 100644 --- a/lib/rubygems/exceptions.rb +++ b/lib/rubygems/exceptions.rb @@ -1,8 +1,4 @@ # frozen_string_literal: true -# TODO: the documentation in here is terrible. -# -# Each exception needs a brief description and the scenarios where it is -# likely to be raised require 'rubygems/deprecate'