Closed
Description
In a Rakefile
, a user would be able to do:
Maid::Rake::CleanTask.new do
# Any normal Maid methods...
trash('doc')
trash('pkg')
end
Example of how this might be implemented: https://github.com/lsegal/yard/blob/master/lib/yard/rake/yardoc_task.rb