From: "R.F. Pels" Date: 2008-02-11T00:14:57+09:00 Subject: Re: Private encapsulation question andrea wrote: > def self_n_wrapper > self.n > end > a.self_n_wrapper private method `n' called Calling self.n is equivalent to calling a.n here, isn't it? -- Ruurd