This module it's used for bootstrap with padrino rake thirdy party tasks, in your gem/plugin/extension you need only do this:
@example
Padrino::Tasks.files << yourtask.rb
Padrino::Tasks.files.concat(Dir["/path/to/all/my/tasks/*.rb"])
Padrino::Tasks.files.unshift("yourtask.rb")
Generated with the Darkfish Rdoc Generator 2.