Subject: Re: Option Parser with an optional flag/switch for last argument
From: Bartosz Dziewoski <matma.rex gmail.com>
Date: Wed, 16 May 2012 00:46:22 +0900
References: 395549
In-reply-to: 395549
Yes, just use the ARGV as if you would without using OptionParser;
once it has parsed everything it recognizes, it will leave the rest of
arguments in ARGV.
-- Matma Rex