Skip to content

Instantly share code, notes, and snippets.

@jakcharlton
Created October 9, 2010 01:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakcharlton/617783 to your computer and use it in GitHub Desktop.
Save jakcharlton/617783 to your computer and use it in GitHub Desktop.
# with EOF indented, using <<-
map = <<-EOF
function() {
this.tags.forEach(function(z) {emit(z,{count:1});});
}
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment