From: Christoph Date: 2003-12-05T21:29:06+09:00 Subject: Re: Attempted roadmap of future instance variables.... I wrote: ... > To give you another example of what I am trying to say lets say > > class A > def initialize > @_test = "test" @_var = "test" > end > def test > @_var > end > end ... /Christoph