Subject: Re: Making Change (#154)
From: tho_mica_l <micathom gmail.com>
Date: Mon, 28 Jan 2008 04:09:58 +0900
References: 288626288800
> Here is my solution. It's ruby19 only.
In order to make it pass all of phrogz test cases, this line has to be
inserted right after the def make_change() line:
return nil if coins.empty? or !amount.is_a?(Integer)
regards,
Thomas.