From: ThoML Date: 2008-02-28T00:49:54+09:00 Subject: Re: Question about how ruby sources is parsed > What's wrong with > > class String > def foo > 123 > end > end Nothing if that's what you want. The above question was inspired by certain posts to the monkey-thread and the idea of stacked classes/methods, the proposal of module- specific hacks and the idea of Module.import/rename (I looked at the original library referenced by Pit Captain but didn't find the extended one). Whether it's useful ... Currently I'm rather interested in if it's possible. Regards, Thomas.