Tutorial on how to create user input in Ruby #!/usr/bin/ruby puts "Please enter input: " input = gets puts "Your input: " + input