UNPKG

coffee-fmt

Version:

a `gofmt` inspired Coffeescript formatter/beautifier.

9 lines (6 loc) 135 B
class Car constructor: (@model) -> drive: () -> alert "You are driving a " + this.model; delayed: () -> -> this.model