jackdempsey (owner)

Revisions

gist: 129903 Download_button fork
public
Public Clone URL: git://gist.github.com/129903.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
Rake::Task["default"].clear
 
task :default do
  Rake::Task["other_task"].invoke
end