From: Robert Klemme Date: 2008-02-18T20:49:50+09:00 Subject: Re: GC error ? 2008/2/18, Piotr Sawicki : > I have simple, but ugly solution for this problem. > > class String > alias plus + > def +(a) > res = self.plus(a) > GC.start > return res > end > end That's not a solution. That's a bad workaround which might degrade performance of other applications. Cheers robert -- use.inject do |as, often| as.you_can - without end