Subject: Re: Passing args from within method_missing
From: Sharon Phillips <phillipsds yahoo.co.uk>
Date: Wed, 13 Jun 2007 23:13:28 +0900
References: 255454255460
In-reply-to: 255460
> def method_missing style_type, *args
> @styles[style_type].call(*args)
> end
>
> I hope this helps
Certainly does. I knew it would be something simple, just couldn't
figure it out and my Pickaxe is at work...
Thanks heaps Stefano and Wolfgang