Skip to content

Instantly share code, notes, and snippets.

@prio101
Created March 8, 2015 18:03
Show Gist options
  • Select an option

  • Save prio101/4ee1e27e0002da8e774f to your computer and use it in GitHub Desktop.

Select an option

Save prio101/4ee1e27e0002da8e774f to your computer and use it in GitHub Desktop.
Chapter 13 code of Learn ruby hard way
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