mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 12:34:21 +00:00
[rubygems/rubygems] Define dummy module for mise plugin
https://github.com/rubygems/rubygems/commit/64bdff1e1e
This commit is contained in:
parent
af718aaf4b
commit
4dec4fbdfa
@ -66,3 +66,9 @@ module Gem
|
||||
Socket.singleton_class.prepend FakeResolv
|
||||
end
|
||||
end
|
||||
|
||||
# mise installed rubygems_plugin.rb to system wide `site_ruby` directory.
|
||||
# This empty module avoid to call `mise` command.
|
||||
module ReshimInstaller
|
||||
def self.reshim; end
|
||||
end
|
||||
|
||||
@ -1578,3 +1578,9 @@ class Object
|
||||
end
|
||||
|
||||
require_relative "utilities"
|
||||
|
||||
# mise installed rubygems_plugin.rb to system wide `site_ruby` directory.
|
||||
# This empty module avoid to call `mise` command.
|
||||
module ReshimInstaller
|
||||
def self.reshim; end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user