Subject: Re: Reopening with a bang: cannot assign to self
From: Daniel Amelang <daniel.amelang gmail.com>
Date: Sun, 28 Aug 2005 14:12:35 +0900
References: 153877153882153884
In-reply-to: 153884
I see. Well, there isn't a general way to do it in any class, since
some classes (like Fixnum) are immutable.
For most classes, though, there will be a way to do what you want by
finding a 'replace'-like method.
Dan