Created
February 5, 2015 03:30
-
-
Save jasonnoble/4819e1584a4367353ae7 to your computer and use it in GitHub Desktop.
My Cat Class
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
| class Cat | |
| def speak | |
| "meow" | |
| end | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment