Subject: Re: Overwriting the Integer class for method succ! (instead of just succ)
From: James Edward Gray II <james grayproductions.net>
Date: Fri, 10 Nov 2006 05:10:14 +0900
References: 224246
In-reply-to: 224246
On Nov 9, 2006, at 1:25 PM, paul wrote:
> A little thing that is bugging me is that I don't know how to do a
> "count++" (like in Java) in Ruby.
One more character:
count+=1
James Edward Gray II