From: "Douglas A. Seifert" <doug / dseifert.net>
>
> 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