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