J
Jillian Kozyra
Hi,
I am trying to write a ruby script which accepts a flag. That is, I
would like to execute the script by doing:
/assignment2.rb --verbose OR
/assignment2.rb
How would I got about making the script accept a flag?
Thanks,
Jillian
I am trying to write a ruby script which accepts a flag. That is, I
would like to execute the script by doing:
/assignment2.rb --verbose OR
/assignment2.rb
How would I got about making the script accept a flag?
Thanks,
Jillian