On Apr 12, 10:49 am, Roger Pack <rogerpack2... / gmail.com> wrote: > Next wish :) > I wish you could have distinguishable separatable name-spaces, something > along the lines of > > class Abc > end > namespace one > class Abc > def func1 > end > end > end > > namespace two > # class Abc will NOT have func1, right here > end > > ok maybe it wouldn't be all that widespread used, but somewhat useful > for keeping code nice and separate. > Thanks for reading :) > -R > -- > Posted viahttp://www.ruby-forum.com/. Can you show a use case where using modules as namespaces isn't enough?