@@ -4,3 +4,6 @@ puts "The script is called: #{$0}"
puts"Your first variable is: #{first}"
puts"Your second variable is: #{second}"
puts"Your third variable is: #{third}"
print"And your fourth is?: "
puts"That's right, it's #{STDIN.gets.chomp}"
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.