diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-07-27 16:17:07 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-07-28 14:57:10 +0900 |
| commit | 2deeb0e0bf8b871b556a7bd2be2817fbf3d50889 (patch) | |
| tree | 76c354f731ca7596fefeb4402279633c4cc1d30e | |
| parent | 35517baae5a1bb5fa77771f7d465d0bf40c96a5d (diff) | |
Removed unnecessary methods
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/8126
| -rw-r--r-- | lib/bundled_gems.rb | 8 |
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 |
