mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
parent
af718aaf4b
commit
4dec4fbdfa
2 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue