From: Dave Howell Date: 2006-06-02T06:18:40+09:00 Subject: Re: How use Profiling, a Quick Guide. On Jun 1, 2006, at 14:07, Logan Capaldo wrote: > > On Jun 1, 2006, at 4:55 PM, Dave Howell wrote: > Ruby does not have an increment operator (++). It does have #succ but > that is not in place. Aha. So it *wasn't* Ruby code, and my initial confusion was justified. Well, at least I understand it now. :) > as far as your increment goes: [snip] > -:13: Can't change the value of self > self = self + 1 > ^ Dang. [thinks] Nope. Can't figure this one out. Time to start a new thread.