From: Robert Klemme Date: 2006-12-04T17:25:23+09:00 Subject: Re: method overloading like Java? On 04.12.2006 03:37, Daniel Finnie wrote: > In Java, you could write the following code: > public void foo(int x) > { /* do something*/ } > > public void foo(String x) > { /* do something*/ } You can emulate it - although I am not convinced that it is a good idea. http://wiki.rubygarden.org/Ruby/page/show/MethodOverloading http://wiki.rubygarden.org/Ruby/page/show/RubyFromCpp Kind regards robert