From: Tobias Peters Date: 2004-10-25T05:54:08+09:00 Subject: Re: Relative #require Gavin Kistner wrote: > Thanks for passing this along, although it doesn't work. Hi Gavin. You modified the source and moved the "caller" call into the block. That's what broke it. I agree it does not feel all that robust. I suppose it will break on a system using ":" as path separator. For all I know, Macs may or may not use ":" as path separator. (Perhaps a Macintosh user could clarify.) Using ruby only on windows and unix so far, import is robust enough for me. See here for the version that I suggested "a long time ago": http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/61367 Tobias