Skip to content

Instantly share code, notes, and snippets.

@EmanuelCadems
Created May 7, 2017 04:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EmanuelCadems/9aa7df24b3cba115007b0068abbea24b to your computer and use it in GitHub Desktop.
Save EmanuelCadems/9aa7df24b3cba115007b0068abbea24b to your computer and use it in GitHub Desktop.
puts "Hey, user are you in a good mood? "
until gets.chomp == 'y'
puts "Well, You're fabulous. Are you in a good mood now?"
end
puts "I knew I could cheer you up"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment