From: Adam Shelly Date: 2006-02-22T06:21:47+09:00 Subject: Re: [SOLUTION] metakoans.rb (#67) On 2/21/06, Ross Bamford wrote: > Well, you're extending Object with a method that relies on methods > defined in Module (class_eval), and your method is available in places > where it really didn't ought to be. aha. I am not yet sufficiently enlightened about metaclasses. I need more koans.