first, second, third = ARGV puts "Your first variable is: #{first}" puts "Your second variable is: #{second}" puts "Your third variable is: #{third}" puts "Do a thing" thing = $stdin.gets.chomp puts thing