From: "Iñaki Baz Castillo" Date: 2008-04-06T00:01:59+09:00 Subject: Is there any Ruby parser for command inline parameters (ARGV[])? Hi, I usually do Ruby scripts for some tasks and many of them allow inline parameters, for example: ./script1.rb -n -vv -o file.out filein Is there any Ruby library/gem to parse inline parameters easily? this is, parsing ARGV Array. Thanks. -- Iñaki Baz Castillo