From: Saku Ytti Date: 2008-04-12T02:40:16+09:00 Subject: Re: Which way is the best way to require another file in .rb On (2008-04-12 02:35 +0900), Eddy Xu wrote: > require "#{File.dirname(__FILE__)}/../configure" > > But it is a ugly way to require other files. Would anyone explain a > more "standard" approach to do it? Push path to $:? -- ++ytti