Preview:
print "What is your name? "
user_input = gets.chomp.downcase!

if user_input.include? "s"

user_input.gsub!(/s/, "th")

else 
  print "There are no s's'"

end

puts "Adios. #{user_input}!"
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter