From: Stefan Rusterholz Date: 2008-11-10T08:37:30+09:00 Subject: Re: shared-0.4.2 Ara Howard wrote: > On Nov 9, 2008, at 3:33 PM, Stefan Rusterholz wrote: > >> Again, I don't see the issue. But maybe I miss the obvious or >> something > > what you are missing is that you are good @ ruby ;-) > > seriously though, it really does get messy with class instance vars > and especially @@class vars. shared just let's you forget about it. > mostly it's motivated by me getting sick of writing 'included' hooks > and 'class << other' - that's it. > > cheers. > > a @ http://codeforpeople.com/ Ok. Then one request: Add the global methods to Kernel instead of Object (as they are, as I understand them, quasi-global methods and not instance methods) and make them private (to not disable method_missing for them). Regards Stefan -- Posted via http://www.ruby-forum.com/.