Actions
Bug #19285
closed(docs.rlo) Split stdlib and core documents
Description
It seems we merge all of the docs for stdlib and core into one for docs.ruby-lang.org, this creates weirdness like Kernel which includes monkey patches for rubygems for example.
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 $LOAD_PATH. See the documentation of these methods for further detail.
Updated by nobu (Nobuyoshi Nakada) almost 2 years ago
- Status changed from Open to Third Party's Issue
It is about monkey patching Kernel and seems an internal document.
I don't think it is useful for users.
https://github.com/rubygems/rubygems/pull/6217
On the other hand, RubyGems has the document about extension of Kernel#require
but it is ignored because it is inside a heredoc.
Actions
Like0
Like0