Subject: Re: FEATURE SUGGESTION: Accept default value for to_f and to_i
From: MonkeeSage <MonkeeSage gmail.com>
Date: Tue, 27 Nov 2007 14:05:01 +0900
References: 280921280924280933280934
On Nov 26, 10:33 pm, "ara.t.howard" <ara.t.how... / gmail.com> wrote:
> base = getopt 'base', opts, 10
Why not opts.fetch('base', 10)? Does getopt do something fancy?
Regards,
Jordan