From: Florian Gross Date: 2004-10-27T22:39:02+09:00 Subject: Re: OpenStruct and #send Yukihiro Matsumoto wrote: > In message "Re: OpenStruct and #send" > on Wed, 27 Oct 2004 17:16:50 +0900, Hal Fulton writes: > > |Hmm... should this work or not? > | > |In other words: Bug, anomaly, feature, or just user error? :) > | > |Below, I expected/wanted x.send("foo") to give me 6. > > Anomaly. I will fix, by defining foo and foo= at run time. Thanks. This will also make it easier to find out what properties an OpenStruct already has, I think.