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