How would you translate this snippet of javascript to coffeescript? Specifically I\'m struggling with how to call .property() on the function definition.
.property()
Something like this will work?
(() => this.get("firstName") * this.get("lastName")).property()