Hi--

I need to get a list of the "current" gem load paths. I learned that I
can get a list of all the latest load paths via:

  Gem.latest_load_paths

which is great. But lets say I specify an older version of a lib, eg:

  gem "RubyInline", "= 3.7.0"

Gem.latest_load_paths doesn't change. How can I get a list of latest
load paths but adjusted to reflect any specified gem versions?

Thanks.
_______________________________________________
Rubygems-developers mailing list
http://rubyforge.org/projects/rubygems
Rubygems-developers@rubyforge.org
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to