From: 7rans Date: 2009-08-28T02:34:43+09:00 Subject: Re: Ruby 1.8.7 automatically loads RubyGems? On Aug 27, 10:42 am, spiralofhope wrote: > On Thu, 27 Aug 2009 12:39:34 +0900 > > Trans wrote: > > On the upside, I upgraded Wirble, and while I was at it, hacked it a > > bit to make it better. > > What did you do?  Share!  =) > > --http://spiralofhope.com in #save_history changed: lines = Readline::HISTORY.to_a.uniq to lines = Readline::HISTORY.to_a.reverse.uniq.reverse so that the most recent lines remain. And for now I also got rid of the use of yellow, since I can't see it on a white background. Is there a conical repository? I would like to fork it and do a little more work besides, maybe add some extra options. T.