From: Justin Collins Date: 2006-01-25T06:10:29+09:00 Subject: Re: it is possible to unload a class? Kelly Dwight Felkins wrote: > Is it possible to reload a class in irb? > > If it's from another file, you can use irb>load 'someclass.rb' instead of require. -Justin