ruby_version() Class Public methods A Gem::Version for the currently running ruby.
ruby_engine() Class Public methods A wrapper around RUBY_ENGINE const that may not be defined
ruby() Class Public methods The path to the running Ruby interpreter.
remove_unresolved_default_spec(spec) Class Public methods Remove needless Gem::Specification of default gem from unresolved default gem list
register_default_spec(spec) Class Public methods Register a Gem::Specification for default gem
refresh() Class Public methods Refresh available gems from disk.
read_binary(path) Class Public methods Safely read a file in binary mode on all platforms.
prefix() Class Public methods The directory prefix this RubyGems was installed at. If your prefix is in a standard location (ie, rubygems is installed where you'd expect it to be), then prefix returns nil.
pre_uninstall(&hook) Class Public methods Adds a pre-uninstall hook that will be passed an Gem::Uninstaller instance and the spec that will be uninstalled when Gem::Uninstaller#uninstall is called
pre_reset(&hook) Class Public methods Adds a hook that will get run before Gem::Specification.reset is run.
Page 1965 of 2275