cool. I'll try it, as soon as I figure out what ~/.irbc equates to under Windows. I use Linux at home, but I can't get a linux machine at work. So I'm using my spare time at work to learn Ruby on Windows, hoping that all is reasonably transferrable. On 4/11/2006, "Logan Capaldo" <logancapaldo / gmail.com> wrote: > >On Apr 11, 2006, at 2:30 PM, Tom Allison wrote: > >> >> Is there any way to reset irb without closing and restarting it? >> > >I have this function in my .irbrc: >def reset_irb > exec($0) >end > >Effectively its closing and restaring it, but its a little faster, I >think >