Removed unnecessary methods

This commit is contained in:
Hiroshi SHIBATA 2023-07-27 16:17:07 +09:00
parent 35517baae5
commit 2deeb0e0bf
Notes: git 2023-07-28 05:57:31 +00:00

View File

@ -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