Class: Clobber
Instance Method Summary collapse
Methods inherited from Array
Instance Method Details
#update ⇒ Object
323 324 325 326 327 328 329 330 331 332 333 334 335 |
# File 'lib/dev_commands.rb', line 323 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 |