Skip to content

Instantly share code, notes, and snippets.

@vangberg
Created April 16, 2010 14:18
Show Gist options
  • Save vangberg/368454 to your computer and use it in GitHub Desktop.
Save vangberg/368454 to your computer and use it in GitHub Desktop.
$ rake foo
bar
baz
task :foo do
puts "bar"
end
task :foo do
puts "baz"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment