In what ways can you comment in CoffeeScript?
The documentation say you can use three hash symbols to start and close a comment block:
### Comments
Beware of ###! If you use ### to separate sections of code (as I do) it's awfully surprising when that code stops working as a result.