Method: Dabcup::Operation::Clean#run

Defined in:
lib/dabcup/operation/clean.rb

#run(args) ⇒ Object



4
5
6
7
# File 'lib/dabcup/operation/clean.rb', line 4

def run(args)
  clean_storage(main_storage)
  clean_storage(spare_storage) if spare_storage
end