On Mon, 3 Apr 2006, Trans wrote: > def foo( x : String ) > ... > end > > def foo( x : Int ) > ... > end > > seems to me a much more readible and versitile way of handling the > cases, irregardless of any contractual beneifits. not to mention that rdoc can then generate a doc block for 'what foo does with ints' and 'what foo does with strings'. with duck typing these get rolled into one block and it's strictly up to the comments to reveal the distiction. 2cts. -a -- share your knowledge. it's a way to achieve immortality. - h.h. the 14th dali lama