From: 13 Date: 2006-08-02T17:35:12+09:00 Subject: Re: load commands during irb startup ------=_Part_54312_21495766.1154507707542 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, On windows you must have HOME environment variable defined. Irb startup file must reside there. To check your HOME variable open cmd.exe and write: echo %HOME% To set you HOME variable: set HOME=somepath -- Martins On 8/2/06, Robert Klemme wrote: > > junkone@rogers.com wrote: > > HI > > I read that file. I am not sure how to configure it. can u provide an > > example. > > You can simply put any ruby code in there including "require" statements. > > > appreciate ur help > > > > Where is my .irbrc. I cannot see it in my conf nor is there a file with > > such a name in my c:\Ruby > > It's in your home directory. Since you didn't give the OS and Ruby > distribution I can't be more specific here. > > Regards > > robert > > > PS: Please don't top post. > > ------=_Part_54312_21495766.1154507707542--