Skip to content

Instantly share code, notes, and snippets.

@SusuMasam
Forked from nextacademy-private/deaf_aunty.rb
Last active March 28, 2016 10:33
Show Gist options
  • Select an option

  • Save SusuMasam/06958fd21cdf2a719af6 to your computer and use it in GitHub Desktop.

Select an option

Save SusuMasam/06958fd21cdf2a719af6 to your computer and use it in GitHub Desktop.
# 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