Subject: [ruby-talk:01607] Re: destructive methods
From: Dave Thomas <Dave thomases.com>
Date: 27 Feb 2000 18:48:37 -0600
References: 159715991605
In-reply-to: "Conrad Schneiker"'s message of "Sun, 27 Feb 2000 18:08:43 -0600"
"Conrad Schneiker" <schneiker / jump.net> writes:
> Is there any reason that all mutator methods should not be denoted by having
> a '!'?
arr[1]=! 1
is a little ugly!
Dave