Skip to content

Instantly share code, notes, and snippets.

@iammerrick
Created May 9, 2011 23:30
Show Gist options
  • Save iammerrick/963638 to your computer and use it in GitHub Desktop.
Save iammerrick/963638 to your computer and use it in GitHub Desktop.
class Person
hi: ->
console.log "hi"
bye: ->
console.log "bye"
return this
steve = new Person
steve.hi().bye()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment