<DIV>Oh, gurus of Watir wonderment... </DIV>
<DIV> </DIV>
<DIV>Is there any way that I can execute a script with <EM>named</EM> command-line arguments... I am aware of the argv[] array, but am trying to implement something a little easier to get along with than that. </DIV>
<DIV> </DIV>
<DIV>I am almost to the point of hacking it with string manipulation using include?:</DIV>
<DIV> </DIV>
<DIV> if argv[0].include?('named')</DIV>
<DIV> </DIV>
<DIV>But I don't want to go that route if there is something better...</DIV>
<DIV> </DIV>