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?