Subject: Re: Passing arguments to a class, how do?
From: Ryan Davis <ryand-ruby zenspider.com>
Date: Mon, 14 Jul 2008 09:13:46 +0900
References: 308060308071308085
In-reply-to: 308085
On Jul 13, 2008, at 16:40 , David A. Black wrote:
> The idea of the =-methods is that they use assignment syntax, and you
> can't do this:
>
> x=(1,2)
well...
>> x = 1, 2
=> [1, 2]