Oh, gurus of Watir wonderment...
Is there any way that I can execute a script with named 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.
I am almost to the point of hacking it with string manipulation using include?:
if argv[0].include?('named')
But I don't want to go that route if there is something better...
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
