-
-
Save iamnoobkia/0cabc080fc0fa166a0b2 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
| # 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