Skip to content

Instantly share code, notes, and snippets.

@pingles
Created July 20, 2010 23:05
Show Gist options
  • Save pingles/483745 to your computer and use it in GitHub Desktop.
Save pingles/483745 to your computer and use it in GitHub Desktop.
Mandy.job "Word Count" do
# ... snipped for brevity
reduce do |word, occurrences|
emit(word, occurrences.size)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment