The documentation for RubyGems' Kernel#require documentation overrides the original Kernel#require defined in load.c. This can be seem here. What's the best way to ignore RubyGems' Kernel#require in the Ruby docs so that the original Kernel#require documentation is used instead?
The documentation for RubyGems'
Kernel#requiredocumentation overrides the originalKernel#requiredefined inload.c. This can be seem here. What's the best way to ignore RubyGems'Kernel#requirein the Ruby docs so that the originalKernel#requiredocumentation is used instead?