Subject: Re: Seeking advice on some method names
From: James Britt <jamesUNDERBARb neurogami.com>
Date: Mon, 29 Nov 2004 12:06:25 +0900
References: 121730
In-reply-to: 121730
Gavin Sinclair wrote:
> Hi all,
>
> I'm preparing some methods for 'extensions' [1] and would like some
> people's opinions on method names.
>
> Array#only
> [5].only -> 5
> [1,2,3].only -> exception
>
>
What is 'only' supposed to do?
James