Created
March 18, 2016 07:21
-
-
Save kkchu791/072e358c03b7f91756af 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
c = Charlie.new(arg) | |
c.speak => "hi" | |
c.run => "Running" | |
_________________ | |
speak = "Good code" | |
#optional: 1. rewrite only w/ class methods, 2. persist this method |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment