> Someone recently made a suggestion that I found
> interesting. Sorry, I can't recall who it was, nor have
> I found the post in the last few minutes of searching.

I think at least Dave has touched the subject at
[ruby-talk:03139] Re: Is divmod dangerous?

> The poster mentioned that quite apart from their
> traditional use, Ruby modules might be used as a way
> of de-cluttering the toplevel, i.e., namespace management.

For me modules gave feeling of some grouped code, put in some namespace. It
felt natural.

It took a while before I understood their usage in multiple inheritance (if
I do even now :).

	- Aleksi