From: Ryan Davis Date: 2009-11-24T09:27:37+09:00 Subject: Re: RubyGems current load paths On Nov 23, 2009, at 16:09 , Intransition wrote: > I'm doing a little meta-programming in this case -- I've created a > function to find "plugins". So I need to search through the $LOAD_PATH > and Gems. But I'm all ears if there is another way to do it. Here's > the code: Gem.find_files(glob)