|
From: Dave H. <gr...@gr...> - 2005-07-15 03:25:35
|
On Jul 14, 2005, at 15:20, Mark Hubbart wrote: > > Roll your own attr_accessor. Well, yes, but that was my point. I hadn't the faintest how to do that. I find symbols still quite mysterious. Looking at your example, I see I'm going to have to go read up on .class_eval, define_method, and instance_variable, all of which I didn't even know I was looking for. :) But that sure looks like exactly what I wanted to know. Thanks! |