How To Write Class Methods in CoffeScript

I recently started writing my client side code in CoffeeScript. While CoffeeScript (and migrating to it) deservers a post of its own, I wanted to share something quick and simple I learned today, which is how to write class methods:

In this example, stripTags is class method of the Utils class.
It took me some googling to find it, so I thought it’s worth sharing.