Subject: Re: Abstracts and Interfaces in Ruby?
From: Florian Gross <flgr ccan.de>
Date: Mon, 13 Dec 2004 23:12:20 +0900
References: 123454123464
In-reply-to: 123464
Robert Klemme wrote:
> Usually we don't do this [Interfaces] in Ruby (=> "Duck Typing").
> Otherwise see Gabriele's hints.
Regarding that I would still find TestSuite-based contract testing
interesting even if only for polymorphic methods.