Skip to content

Instantly share code, notes, and snippets.

@kkchu791
Created March 18, 2016 07:21
Show Gist options
  • Save kkchu791/072e358c03b7f91756af to your computer and use it in GitHub Desktop.
Save kkchu791/072e358c03b7f91756af to your computer and use it in GitHub Desktop.
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