From: Tom Wardrop Date: 2010-10-07T19:37:35+09:00 Subject: Re: "Load" Works, But "Require" Doesn't? Ammar Ali wrote: > What version of ruby are you using? > > In 1.9 the current directory (.) is no longer included in the load > path ($LOAD_PATH, or $:) > > Regards, > Ammar I'm on 1.9.2. This now raises a number of questions... 1) How come the load() method isn't affected by this? 2) What is the logic behind not allowing files to be referenced with a relative path? 3) What is the correct way for referencing files relatively? Thanks for your help thus far! -- Posted via http://www.ruby-forum.com/.