From: Donglai Gong Date: 2003-06-27T13:43:42+09:00 Subject: method overloading? Is there a way to implement method overloading in ruby? Naively I just defined two methods with the same name with different number of parameters...Ruby didn't like that. Donglai