From: Bill Kelly Date: 2008-02-21T03:11:25+09:00 Subject: Re: The Smallest Circle (#157) From: "Douglas A. Seifert" > > I think the benchmarking code is getting more interesting than the quiz > solutions :) I dunno if there's a better way to do it - but I'll admit I had a lot of fun writing this line: namespaces.each {|mod| solutions[mod.name] = Class.new { include mod }.new} :-) Ruby is just so amazingly dynamic... Regards, Bill