Subject: Re: Composition: Build objects from other objects
From: Thufir <hawat.thufir gmail.com>
Date: Mon, 19 Nov 2007 09:20:01 +0900
References: 279419279423279426279453279494279514
On Sun, 18 Nov 2007 07:40:38 +0900, Liam wrote:
> falcon=Factory.build_car
> car.vroom
> joe=Mechanic.new
> joe.soup_up falcon
> car.vroom
>
> The interface is of course rather arbitrary.
I really like that interface, thanks Liam.
-Thufir