Skip to content

Instantly share code, notes, and snippets.

@pthrasher
Created February 3, 2012 18:05
Show Gist options
  • Save pthrasher/1731437 to your computer and use it in GitHub Desktop.
Save pthrasher/1731437 to your computer and use it in GitHub Desktop.
class Testing123
contructor: ->
console.log "you're in the constructor."
my_unbound_method: ->
console.log "I don't have to be bound, because I don't do anything that needs `this`"
my_bound_method: =>
my_unbound_method()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment