From: Markus Date: 2005-05-26T07:25:00+09:00 Subject: Re: Zerofy On Wed, 2005-05-25 at 14:45, aartist wrote: > Thanks that does the trick. > > I still like to make zerofy working, just to understand the concepts. > The code you posted works, but it may not be doing what you think it should. Specifically, Fixnum#zerofy! returns the string you want, but it doesn't cause the recipient to _become_ that string (since the recipient is a Fixnum, this would involve heavy Juju and is not what you'd what, even if you think it is). You may have mislead yourself by sticking a bang! on the end. --MarkusQ