Subject: [ruby-talk:20133] Re: Another Possible RCR - Wrappers via Mixins
From: Avi Bryant <avi beta4.com>
Date: Thu, 23 Aug 2001 07:28:41 +0900
In-reply-to: 20130
On Thu, 23 Aug 2001, Stephen White wrote:
> Assuming your "super" was really "super *args", this should print:
Actually, "super" by itself implies "super *args". You only need to
specify args if you're changing them.