From: Steve Klabnik Date: 2010-01-13T04:54:35+09:00 Subject: Re: Instance Variable --00163649a421cd16fb047cfd05f3 Content-Type: text/plain; charset=ISO-8859-1 Variables can be named whatever you'd like. Feel free to use @widget = Thing.new If you feel that 'widget' is a good name. On Tue, Jan 12, 2010 at 7:50 PM, BlueHandTalking wrote: > If you have a class 'Thing' > > does name of instance variable have to be: > > @thing = Thing.new > > or is > > @widget = Thing.new > > O.k. to use? > > jet > > --00163649a421cd16fb047cfd05f3--