Skip to content

Instantly share code, notes, and snippets.

@rf-
Created July 28, 2010 20:58
Show Gist options
  • Save rf-/496278 to your computer and use it in GitHub Desktop.
Save rf-/496278 to your computer and use it in GitHub Desktop.
~ $ coffee -pe "a: 3"
(function() {
{
a: 3
};
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment