aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-07-27 16:17:07 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-07-28 14:57:10 +0900
commit2deeb0e0bf8b871b556a7bd2be2817fbf3d50889 (patch)
tree76c354f731ca7596fefeb4402279633c4cc1d30e
parent35517baae5a1bb5fa77771f7d465d0bf40c96a5d (diff)
downloadruby-2deeb0e0bf8b871b556a7bd2be2817fbf3d50889.tar.gz
Removed unnecessary methods
-rw-r--r--lib/bundled_gems.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/bundled_gems.rb b/lib/bundled_gems.rb
index b756e6f66c..79603d8292 100644
--- a/lib/bundled_gems.rb
+++ b/lib/bundled_gems.rb
@@ -44,14 +44,6 @@ module Gem::BUNDLED_GEMS
WARNED = {} # unfrozen
- def self.[](name)
- SINCE[name]
- end
-
- def self.keys
- SINCE.keys
- end
-
conf = ::RbConfig::CONFIG
LIBDIR = (conf["rubylibdir"] + "/").freeze
ARCHDIR = (conf["rubyarchdir"] + "/").freeze