From: James Edward Gray II Date: 2006-11-10T05:10:14+09:00 Subject: Re: Overwriting the Integer class for method succ! (instead of just succ) 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