Define tasks for plugin.
# File lib/hoe/clean.rb, line 25 def define_clean_tasks desc 'Clean up all the extras.' task :clean => [ :clobber_docs, :clobber_package ] do clean_globs.each do |pattern| files = Dir[pattern] rm_rf files, :verbose => true unless files.empty? end end end
Generated with the Darkfish Rdoc Generator 2.