method

exec_clean

exec_clean()
public

No documentation available.

# File actionwebservice/setup.rb, line 1014
  def exec_clean
    rm_f ConfigTable.savefile
    run_hook 'pre-clean'
    each_selected_installers {|inst| inst.exec_clean }
    run_hook 'post-clean'
  end