Class: Clean
Instance Method Summary collapse
Methods inherited from Array
Instance Method Details
#update ⇒ Object
311 312 313 314 315 316 317 318 319 320 |
# File 'lib/dev_commands.rb', line 311 def update ['.yardoc','log','tmp','obj'].each{|dir| CLEAN.include(dir) if File.exists?(dir) } CLEAN.include('*.{suo,sdf}') #add '<%Rake::Task[:clean].reenable%>' add '<%Rake::Task[:clean].invoke%>' end |