aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems/exceptions.rb
diff options
context:
space:
mode:
authorbronzdoc <lsagastume1990@gmail.com>2019-06-24 19:01:33 -0600
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-31 07:47:01 +0800
commitff214e92321b2dab169f23e7996500ec8505b59b (patch)
tree4b550718ed55dbde8f42556ca9fa22a8ae846e7f /lib/rubygems/exceptions.rb
parent6bd7772361685f861c6917462f9dead6254f2216 (diff)
downloadruby-ff214e92321b2dab169f23e7996500ec8505b59b.tar.gz
[rubygems/rubygems] Remove useless comment in exceptions.rb
https://github.com/rubygems/rubygems/commit/d7ad696fa2
Diffstat (limited to 'lib/rubygems/exceptions.rb')
-rw-r--r--lib/rubygems/exceptions.rb4
1 files changed, 0 insertions, 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'