kennethkalmer/daemon-kit

View on GitHub
lib/daemon_kit/tasks.rb

Summary

Maintainability
A
0 mins
Test Coverage
# Load all the take tasks in the gem
Dir[File.join(File.dirname(__FILE__), '**/*.rake')].each { |rake| load rake }