From: Simon Krahnke Date: 2008-04-11T09:05:04+09:00 Subject: Re: My error or bug in "attr_reader" ? * Julian Leviston (2008-04-10) schrieb: > For instance. > > class Blah > def initialize(someval = "hi") > @yeah = someval > end > end > > b = Blah.new > > now, without opening up the class again, try to set the value of yeah > inside this instantiated Blah object (b). Well, I just learned that the initialize method is private. But there is #send. :-) mfg, simon .... l