From: James Edward Gray II Date: 2005-01-17T23:27:08+09:00 Subject: Re: require of a .file On Jan 17, 2005, at 1:09 AM, Nicholas Van Weerdenburg wrote: > Ah. Thanks. That would be it. > > My goal was to use the .xxxrc convention, but actually execute it > rather then read and parse it. I expect "load" should suffice. > > Does anyone know of any ruby code that does something similar? Sure. Open the file, slurp it and call eval(). James Edward Gray II