/deaf_aunty.rb Secret
Last active
March 28, 2016 10:33
-
-
Save SusuMasam/06958fd21cdf2a719af6 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
| # def deaf_aunty | |
| # puts "Say something to Aunty:" | |
| # response = gets.chomp | |
| # while response != "I love ya, aunty, but I've got to go." do | |
| # if response == response.upcase | |
| # puts "NO, WE CAN'T DO THAT!" | |
| # else | |
| # puts "HUH?! SPEAK UP, SANDRA!" | |
| # end | |
| # puts "Say something to Aunty:" | |
| # response = gets.chomp | |
| # end | |
| # puts "OK, see you!" | |
| # end | |
| # deaf_aunty | |
| def deaf_bitch | |
| puts "Say something to aunty?" | |
| ans = gets.chomp | |
| while ans != "I love ya, aunty, but i've got to go." do | |
| if ans == ans.upcase | |
| puts "No, we cant" | |
| else | |
| puts "Huh seak up, SANDRA" | |
| end | |
| puts "Say something to Aunty:" | |
| ans = gets.chomp | |
| end | |
| puts "*silently move away*" | |
| move = gets.chomp | |
| move2 = gets.chomp | |
| puts "bye" | |
| end | |
| deaf_bitch | |
| # def deaf_aunty | |
| # puts "Say something to Aunty:" | |
| # response = gets.chomp | |
| # while response != "I love ya, aunty, but I've got to go." do | |
| # if response == response.upcase | |
| # puts "NO, WE CAN'T DO THAT!" | |
| # else | |
| # puts "HUH?! SPEAK UP, SANDRA!" | |
| # end | |
| # puts "Say something to Aunty:" | |
| # response = gets.chomp | |
| # end | |
| # puts "\nSlowly moving away .." | |
| # moving = gets.chomp | |
| # moving2 = gets.chomp | |
| # puts "OK, see you!" | |
| # end | |
| # deaf_aunty | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment