Created
September 24, 2015 01:32
-
-
Save josephsiefers/ae3b48e06c3a4f97dba8 to your computer and use it in GitHub Desktop.
Annoying Grandma
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 speaking_grandma(response) | |
#you are close here | |
#if response = downcase | |
if response == response.downcase | |
puts "HUH! SPEAK UP, SONNY!" | |
else | |
puts "NO, NOT SINCE 1938!" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment