From: MonkeeSage Date: 2007-11-27T14:05:01+09:00 Subject: Re: FEATURE SUGGESTION: Accept default value for to_f and to_i On Nov 26, 10:33 pm, "ara.t.howard" wrote: > base = getopt 'base', opts, 10 Why not opts.fetch('base', 10)? Does getopt do something fancy? Regards, Jordan