From: Peter.Meier998@... Date: 2007-05-13T22:30:03+09:00 Subject: Command line arguments Hi, I wrote a ruby script using command line options for configuration purposes. Now I want to write a second script which should call the first one setting some options as default. What is the best way to do this? As far as I know, I can not pass option to include or require. Thanks Peter