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