Module: Kernel

Defined in:
lib/rubygems/core_ext/kernel_gem.rb,
lib/rubygems/core_ext/kernel_require.rb

Overview

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.

Constant Summary collapse

RUBYGEMS_ACTIVATION_MONITOR =

:nodoc:

Monitor.new