From: mental@... Date: 2006-02-28T23:46:36+09:00 Subject: Re: Subclassing Struct.new Quoting Minkoo Seo : > n=1 is fine, but Check again. n=1 will parse as assignment to the local variable 'n' too. -mental