From: Yukihiro Matsumoto Date: 2006-06-11T22:54:05+09:00 Subject: Re: Why the lack of mixing-in support for Class methods? Hi, In message "Re: Why the lack of mixing-in support for Class methods?" on Sun, 11 Jun 2006 22:43:11 +0900, transfire@gmail.com writes: |As you say, meta-programming can take care of it, but the biggest |problem with meta-programming approaches is that everyone is using |there own variation. Don't get me wrong. I didn't say that I wouldn't do nothing, and let you help yourself using meta-programming features. I'd happy to add the standard feature to achieve your goal, if it really is a generic requirement. I like the solution that Daniel has shown in [ruby-talk:196730]. The point is I want to make sure which approach is the way to go. matz.