Skip to content

Instantly share code, notes, and snippets.

@kpumuk
Created March 16, 2010 14:11
Show Gist options
  • Save kpumuk/333996 to your computer and use it in GitHub Desktop.
Save kpumuk/333996 to your computer and use it in GitHub Desktop.
Append some actions to an existing Rake task (something like "after" action)
hello
world!
task :hello do
puts 'hello'
end
task :hello do
puts 'world!'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment