Skip to content

Instantly share code, notes, and snippets.

@EmanuelCadems
Created May 7, 2017 03:28
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/cd8b8a6d22fa7bc5ed80d3c6ffbf05c0 to your computer and use it in GitHub Desktop.
Save EmanuelCadems/cd8b8a6d22fa7bc5ed80d3c6ffbf05c0 to your computer and use it in GitHub Desktop.
puts "Hey, user are you in a good mood? "
user_mood = gets.chomp
until user_mood == 'y'
puts "Well, You're fabulous. Are you in a good mood now?"
user_mood = gets.chomp
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