All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jruby.kernel19.rubygems.rb Maven / Gradle / Ivy

There is a newer version: 9.4.8.0
Show newest version
# Note: We have disabled all of gem_prelude and just load rubygems here.

begin
  require 'rubygems'
rescue LoadError
  # For JRUBY-5333, gracefully fail to load, since stdlib may not be available
  warn 'rubygems.rb not found; disabling gems' if $VERBOSE
end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy