/deaf_aunty.rb Secret
Last active
September 29, 2015 10:27
-
-
Save jinwen95/3b43c10e104d82dca0fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| deaf_aunty | |
| while true | |
| input = gets.chomp | |
| if input == "I love ya, aunty, but I've got to go." | |
| exit | |
| elsif input != input.upcase | |
| puts "HUH?! SPEACK UP, SANDRA!" | |
| else input "NO, WE CAN'T DO THAT" | |
| end | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment