class Clobber

Public Instance Methods

update() click to toggle source
# File lib/clobber.rb, line 2
def update
        ['bin'].each{|dir| 
                CLOBBER.include(dir) if File.exists?(dir)
        }     
        
        clean=Clean.new
        clean.update

        CLOBBER.include('*.gem')

#add '<%Rake::Task[:clobber].reenable%>'
add '<%Rake::Task[:clobber].invoke%>'
end