How do I process command line arguments? == ARGV == The arguments you pass on the command line are contained in an array called ARGV. #include argv.rb == Modules == There are some modules that help you process more complex command lines. #include optparse.rb