mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 01:23:57 +02:00
Merge RubyGems-3.4.11 and Bundler-2.4.11
This commit is contained in:
parent
5d568e1898
commit
dd91a17560
41 changed files with 18561 additions and 227 deletions
|
@ -83,7 +83,7 @@ class Gem::CommandManager
|
|||
# Return the authoritative instance of the command manager.
|
||||
|
||||
def self.instance
|
||||
@command_manager ||= new
|
||||
@instance ||= new
|
||||
end
|
||||
|
||||
##
|
||||
|
@ -98,7 +98,7 @@ class Gem::CommandManager
|
|||
# Reset the authoritative instance of the command manager.
|
||||
|
||||
def self.reset
|
||||
@command_manager = nil
|
||||
@instance = nil
|
||||
end
|
||||
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue