Subject: Re: building extensions-- new vs initialize (corr)
From: "Norman Makoto Su" <normsu slab.tnr.sharp.co.jp>
Date: Wed, 24 Apr 2002 10:28:58 +0900
References: 388393885638902
> class Foo
> @@bar = 1
> end
>
> Then, I have to define foo in a "new" method, right? Since bar is part of the
> class definition and should be initialized before an instance is even created.
Whoops, I meant define "bar" in a "new method.