Skip to content

Instantly share code, notes, and snippets.

@luckyruby
Created February 23, 2012 23:06
Show Gist options
  • Save luckyruby/1895602 to your computer and use it in GitHub Desktop.
Save luckyruby/1895602 to your computer and use it in GitHub Desktop.
test = -> alert 'hi'
$ ->
test()
#this works
$ ->
test()
#this does not
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment