Skip to content

Instantly share code, notes, and snippets.

@Kikobeats
Created July 22, 2014 11:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kikobeats/c853cf21c2d5010458ee to your computer and use it in GitHub Desktop.
Save Kikobeats/c853cf21c2d5010458ee to your computer and use it in GitHub Desktop.
CoffeeScript Class Orientation
### Constructor
### Static Variables
### Instance Variables
### Static Methods (use `=>`)
@static_method: =>
### Instance Methods (use `->`)
@instance_method: ->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment