From: Courtland Allen Date: 2010-10-07T13:00:17+09:00 Subject: Re: rescuing a function --90e6ba53b4200ec46a0491fee726 Content-Type: text/plain; charset=ISO-8859-1 Yep it still gives a warning when I define a default value for the argument, so it's probably just a bug in the IDE. On Wed, Oct 6, 2010 at 8:39 PM, Jeremy Bopp wrote: > On 10/06/2010 09:44 PM, Dhruva Sagar wrote: > > Are you sure that you don't have *args in your code instead of just args > ? > > In case of *args the warning makes sense... > > Actually, *args is certain to be initialized. If no arguments are > passed to the method, args will be an empty array. If any arguments are > passed, they will be elements of that array. > > I think the warning from the IDE is bogus. What happens if you define a > default value for args? > > -Jeremy > > -- *Courtland Allen* --90e6ba53b4200ec46a0491fee726--