From: Tony Mobily Date: 2006-02-23T21:01:12+09:00 Subject: Re: Pluginfactory.rb - my door to insanity Hi, OK. While this is indeed a nice "trick" (in fact, it's really smart!), it still looks like a bit of a hack to me. Does anybody know if Matz is planning on ad a method to include class instance methods into another class without using inheritance? In fact... do you think that doing so is actually useful? Bye, Merc. > Tony Mobily wrote: >> Hello, >> For what I understand, with include/extend is never, ever possible to >> add class methods to a class using include or extend (of course, you >> can use inheritance, but that would be too "normal"). > why wrote about mixing in class meths as class meths: > > http://redhanded.hobix.com/bits/hyperextended.html >