Removed unnecessary methods
This commit is contained in:
parent
35517baae5
commit
2deeb0e0bf
Notes:
git
2023-07-28 05:57:31 +00:00
@ -44,14 +44,6 @@ module Gem::BUNDLED_GEMS
|
|||||||
|
|
||||||
WARNED = {} # unfrozen
|
WARNED = {} # unfrozen
|
||||||
|
|
||||||
def self.[](name)
|
|
||||||
SINCE[name]
|
|
||||||
end
|
|
||||||
|
|
||||||
def self.keys
|
|
||||||
SINCE.keys
|
|
||||||
end
|
|
||||||
|
|
||||||
conf = ::RbConfig::CONFIG
|
conf = ::RbConfig::CONFIG
|
||||||
LIBDIR = (conf["rubylibdir"] + "/").freeze
|
LIBDIR = (conf["rubylibdir"] + "/").freeze
|
||||||
ARCHDIR = (conf["rubyarchdir"] + "/").freeze
|
ARCHDIR = (conf["rubyarchdir"] + "/").freeze
|
||||||
|
Loading…
x
Reference in New Issue
Block a user