Subject: [ruby-talk:28427] Re: why is Proc's arity function so weird?
From: ts <decoux moulon.inra.fr>
Date: Fri, 14 Dec 2001 02:06:34 +0900
References: 2842228423
In-reply-to: 28423
>>>>> "P" == Paul Brannan <paul / atdesk.com> writes:
P> I do think I should not have to do this, though.
Now you have broken Proc#call, before it was consistent with
a = 1, 2
a, = 1, 2
Guy Decoux