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