Skip to content

Instantly share code, notes, and snippets.

@Dykam
Created March 5, 2011 18:38
Show Gist options
  • Save Dykam/856591 to your computer and use it in GitHub Desktop.
Save Dykam/856591 to your computer and use it in GitHub Desktop.
assignTo @prepare, ->
@.json = convert: JSON.stringify
@.text = sequential: true
@.yaml = convert: require('yaml')
@prepare.json = convert: JSON.stringify
@prepare.text = sequential: true
@prepare.yaml = convert: require('yaml')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment