[rubygems/rubygems] [DOC] Remove internal document about Kernel monkey patch

https://bugs.ruby-lang.org/issues/19285

https://github.com/rubygems/rubygems/commit/1e22219ed4
This commit is contained in:
Nobuyoshi Nakada 2022-12-30 20:19:49 +09:00 committed by git
parent 55aa1a206c
commit 89546dce21

View File

@ -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