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