summaryrefslogtreecommitdiff
path: root/lib/rubygems
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-12-30 20:19:49 +0900
committergit <svn-admin@ruby-lang.org>2023-01-08 08:09:34 +0000
commit89546dce21e1e85f4483a7f9d4049e5608803185 (patch)
tree600522bfdecb8fd5dfa9e698d941760a81269df9 /lib/rubygems
parent55aa1a206c676c9e1c9163534cd7ca798c6d8353 (diff)
[rubygems/rubygems] [DOC] Remove internal document about `Kernel` monkey patch
https://bugs.ruby-lang.org/issues/19285 https://github.com/rubygems/rubygems/commit/1e22219ed4
Diffstat (limited to 'lib/rubygems')
-rw-r--r--lib/rubygems/core_ext/kernel_gem.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/rubygems/core_ext/kernel_gem.rb b/lib/rubygems/core_ext/kernel_gem.rb
index 6f96cab84f..b2f97b9ed9 100644
--- a/lib/rubygems/core_ext/kernel_gem.rb
+++ b/lib/rubygems/core_ext/kernel_gem.rb
@@ -1,9 +1,4 @@
# frozen_string_literal: true
-##
-# RubyGems adds the #gem method to allow activation of specific gem versions
-# and overrides the #require method on Kernel to make gems appear as if they
-# live on the <code>$LOAD_PATH</code>. See the documentation of these methods
-# for further detail.
module Kernel