From: Daniel Berger Date: 2006-11-20T23:35:07+09:00 Subject: Re: Question about -r command line option, rubygems Chad Fowler wrote: > > What am I doing wrong? > > The problem is that unfortunately the -r option doesn't use the > hookable require method, but rather the C function that require > delegates to (which isn't a Ruby method, so it's not overrideable). > So, you're not doing anything wrong. Hm, could it be altered to use the hookable require method? If so, what would be the downside? - Dan