Skip to content

Instantly share code, notes, and snippets.

@ToreySound
Created October 29, 2013 00:59
Show Gist options
  • Select an option

  • Save ToreySound/7207512 to your computer and use it in GitHub Desktop.

Select an option

Save ToreySound/7207512 to your computer and use it in GitHub Desktop.
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