Skip to content

Instantly share code, notes, and snippets.

@josephsiefers
Created September 24, 2015 01:32
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 josephsiefers/ae3b48e06c3a4f97dba8 to your computer and use it in GitHub Desktop.
Save josephsiefers/ae3b48e06c3a4f97dba8 to your computer and use it in GitHub Desktop.
Annoying Grandma
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