From: Avdi Grimm Date: 2008-04-08T05:43:33+09:00 Subject: Re: Method parameters Type On Mon, Apr 7, 2008 at 4:28 PM, Mike Blackwell wrote: > Because, unlike Java, Ruby is not a strongly typed language. To be pedantic, both Java and Ruby are strongly typed. However, Java is statically types, and Ruby is dynamically typed. -- Avdi