[Rubygems-developers] Current load paths
Trans
transfire at gmail.com
Thu Nov 19 12:43:17 EST 2009
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.
More information about the Rubygems-developers
mailing list