Subject: Re: Little query
From: Martin DeMello <martindemello yahoo.com>
Date: Wed, 21 Jul 2004 20:47:08 +0900
References: 107068107069107070
Peter Hickman <peter / semantico.com> wrote:
> Is there any chance that
>
> class Array
> def first=(v)
> self[0] = v
> end
>
> def last=(v)
> self[-1] = v
> end
> end
>
> might become part of the core? matz?
+1
martin