GetoptLong Accessing the values with out looping

I just push arguments onto ARGV directly for that. In fact, it's what I
do for the unit tests for getopt. :slight_smile:

Dan

This communication is the property of Qwest and may contain confidential or
privileged information. Unauthorized use of this communication is strictly
prohibited and may be unlawful. If you have received this communication
in error, please immediately notify the sender by reply e-mail and destroy
all copies of the communication and any attachments.

路路路

-----Original Message-----
From: Daniel Harple [mailto:dharple@generalconsumption.org]
Sent: Tuesday, May 16, 2006 9:25 AM
To: ruby-talk ML
Subject: Re: GetoptLong Accessing the values with out looping

On May 16, 2006, at 4:51 PM, Berger, Daniel wrote:

> Just ARGV, I'm afraid. I suppose you could push args onto ARGV
> directly
> as a workaround.
>
> May I ask when you would want to parse an arbitrary array? I'm
> curious.

Easier to write unit tests for, maybe.