Skip to content

Instantly share code, notes, and snippets.

@iamnoobkia
Forked from nextacademy-private/deaf_aunty.rb
Last active April 13, 2016 13:47
Show Gist options
  • Select an option

  • Save iamnoobkia/0cabc080fc0fa166a0b2 to your computer and use it in GitHub Desktop.

Select an option

Save iamnoobkia/0cabc080fc0fa166a0b2 to your computer and use it in GitHub Desktop.
# Save this file to your computer so you can run it
# via the command line (Terminal) like so:
# $ ruby deaf_grandma.rb
#
# Your method should wait for user input, which corresponds
# to you saying something to your Grandma.
# You'll probably want to write other methods, but this
# encapsulates the core Grandma logic
def deaf_grandma
end
# Run our method
deaf_grandma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment