From: Iain Barnett Date: 2010-09-03T23:12:29+09:00 Subject: Re: load path On 3 Sep 2010, at 09:14, Brian Candler wrote: > > $LOAD_PATH.unshift ENV['GEM_HOME'] unless $LOAD_PATH.include? > ENV['GEM_HOME'] Is there a way I can get this to run every time anything goes through ruby, not just things I've written? Regards, Iain