Created
October 29, 2013 00:59
-
-
Save ToreySound/7207512 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| first, second, third = ARGV | |
| puts "The script is called: #{0}" | |
| puts "Your first variable is: #{first}" | |
| puts "Your second variable is: #{second}" | |
| puts "Your third variable is: #{third}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment