From: Logan Capaldo Date: 2006-04-12T03:39:44+09:00 Subject: Re: irb 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