Project

General

Profile

Actions

Bug #19285

closed

(docs.rlo) Split stdlib and core documents

Added by zzak (zzak _) over 1 year ago. Updated over 1 year ago.

Status:
Third Party's Issue
Assignee:
-
Target version:
-
[ruby-core:111519]

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) over 1 year 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

Also available in: Atom PDF

Like0
Like0