Skip to content

Instantly share code, notes, and snippets.

@KamilLelonek
Created February 6, 2015 05:15
Show Gist options
  • Save KamilLelonek/7a41da1f00371abdf4cb to your computer and use it in GitHub Desktop.
Save KamilLelonek/7a41da1f00371abdf4cb to your computer and use it in GitHub Desktop.
CoffeeScript builder constructor
class TodoTxtBuilder
title: (@title) -> @
projects: (@projects) -> @
date: (@date) -> @
priority: (@priority) -> @
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment