I wrote my first >1K ruby program over the week,
and it occured to me, it would be great if
Klass(param)
be converted to
Klass.new(param)
Automagically ...
or may be Klass.__default_ctor(param), where __default_ctor defaults to
new,
and can be ressigned if required ...
PS: Of course the week before, i've been trying to do it in C++ (-;
--
Vardhan