Hi,

In message "Re: Larry Wall's comments on Ruby"
    on 02/09/10, Marcin 'Qrczak' Kowalczyk <qrczak / knm.org.pl> writes:

|A problem in making all functions methods of the class of their most
|important argument is IMHO the largest flaw in Ruby: that all method
|names of the given class are put in a single namespace! And class
|names generally too.

I'm not sure if you're talking multi-method like one in CLOS, or other
namespace issue.

I don't take multi-method just because it does not fit in traditional
OO model, which I prefer.  A method does not belong particular class
anymore.

If you're talking about namespace, tell more concretely please.

							matz.