From: Christoph Date: 2002-09-23T21:17:41+09:00 Subject: Re: self as method argument revisited "Christoph" wrote .... > class DBDB # 1.7 version > class Row > ... > @row_class = self whops that should have been;-) @db = nil > class << self > attr_accessor :db > end > end > def initialize(...) /Christoph