From: Minero Aoki Date: 2004-12-23T00:59:48+09:00 Subject: Re: ruby-dev summary 25045-25260 Hi, In mail "Re: ruby-dev summary 25045-25260" Austin Ziegler wrote: > > > Then it should. However, IMO optparse should NOT autovivify -L if I > > > specify: > > > > > > ARGV.options do |opts| > > > opts.on('--line', ...) { |xx| ... } > > > end > > > > That's just it except for missing opts.parse!. > > Well, yes. So if I have --line, will optparse do -L automatically, or > will it not? And what was Minero wanting from this if it doesn't do -L > automatically? -L should raise error (and it does). Regards, Minero Aoki