From: Avdi Grimm Date: 2007-05-15T03:38:50+09:00 Subject: Re: question about converting Python to Ruby - getopt On 5/14/07, Mike Steiner wrote: > Is there an equivalent in Ruby of Python's getopt (it parses command-line > arguments)? Look into the GetoptLong and optparse libraries. They are both part of the Ruby standard library. -- Avdi