Created
February 6, 2015 05:15
-
-
Save KamilLelonek/7a41da1f00371abdf4cb to your computer and use it in GitHub Desktop.
CoffeeScript builder constructor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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