Skip to content

Instantly share code, notes, and snippets.

@pingles
Created July 20, 2010 23:03
Show Gist options
  • Save pingles/483733 to your computer and use it in GitHub Desktop.
Save pingles/483733 to your computer and use it in GitHub Desktop.
require "rubygems"
require "mandy"
Mandy.job "Word count" do
map do |line|
# code here
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment