From: Robert Dober Date: 2007-06-22T01:00:26+09:00 Subject: Re: GetoptLong, but not on ARGV > > I think i would be better to do: > > def argslist > @argslist ||= ARGV # or ARGV.dup > end > > def argslist=(array) > @argslist = array.to_ary > end > > and then /argslist/ARGV/g Hmm more in the spirit of the original class probably. Anyway if Nobu really wants this little patch I can adapt the patch to your approach if he prefers. Robert -- You see things; and you say Why? But I dream things that never were; and I say Why not? -- George Bernard Shaw