From: Phrogz Date: 2007-01-16T00:25:06+09:00 Subject: Re: How to realize method/function overloading in Ruby? Shiwei Zhang wrote: > I think Function Overloading in C++ is very meaningful. And currently > the case for me is: How I can make use of method/function overloading > in Ruby? Can you provide us with a few real-world cases where you would want to use method overloading in C++? In Ruby, duck-typing does away with some of those cases, and we can show you how. If you show us what you are wanting to do, that makes it easier to discuss the best ways to do it. (Unless, of course, you're just trying to accomplish a checkmark in a feature list.)