From: Robert Dober Date: 2007-01-13T03:06:51+09:00 Subject: RCR again (Integer#succ!, Integer#pred!) ------=_Part_46209_16361449.1168625209122 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I am definitely in an RCR mood ;) Well as I was reading the archives and Jim Weirich's guidlines I saw an accepted RCR for Integer#odd? Integer#even? I always define Integer#pred for myself it seems so trivial that I did not bother the list *on purpose* I filed the RCR right away. Sorry for breaking the rule it seemed appropriate. But I was considering a second RCR and this one does by no means allow not to consult the community. I would also like to have Integer#pred! and Integer#succ! doing the "obvious" of course. x = 41 x.succ! => 42 x => 42 What do you think ? Cheers Robert -- "The best way to predict the future is to invent it." - Alan Kay ------=_Part_46209_16361449.1168625209122--