Created
March 8, 2015 18:03
-
-
Save prio101/4ee1e27e0002da8e774f to your computer and use it in GitHub Desktop.
Chapter 13 code of Learn ruby hard way
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 "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