Project

General

Profile

Bug #11956

Updated by personnel (Am I Who) over 8 years ago

RUBYOPT=-rloader but loader.rb loads after rubygems.rb loaded 

 I change GEM_HOME and GEM_PATH in loader.rb , but it doesn't affect Gem.path. 
 The same loader.rb works at ruby 2.2.3(and before) and jruby. 
 I uses both MRI ruby and jruby,so I uses RUBYOPT to changes GEM_HOME and GEM_PATH for different ruby engine

Back