Skip to content

Instantly share code, notes, and snippets.

@jtrim
Created April 16, 2012 20:56
Show Gist options
  • Select an option

  • Save jtrim/2401456 to your computer and use it in GitHub Desktop.

Select an option

Save jtrim/2401456 to your computer and use it in GitHub Desktop.
task :foo do
puts "bar"
end
task :foo do
puts "baz"
end
rake foo
#=> "bar"
#=> "baz"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment