From: "John W. Long" Date: 2006-03-25T05:02:48+09:00 Subject: Re: [ANN] Article: An Exercise in Metaprogramming with Ruby Hal wrote: > I failed to post this link before, so here it is now: > > http://www.devsource.com/article2/0,1895,1928561,00.asp > Wow. Very nice. I'm doing a fair amount of meta programing myself these days and having resources like this for reference and information is great. I like the way you dynamically create the class using Object#const_set. Metaprogramming sure beats generating code the traditional way. -- John Long http://wiseheartdesign.com