2016-08-18 22:11:42 +03:00
|
|
|
require "hbc/artifact/uninstall_base"
|
|
|
|
|
2016-09-24 13:52:43 +02:00
|
|
|
module Hbc
|
|
|
|
module Artifact
|
|
|
|
class Zap < UninstallBase
|
2017-02-10 07:49:21 +01:00
|
|
|
def zap_phase
|
2017-03-08 03:03:36 +01:00
|
|
|
dispatch_uninstall_directives
|
2016-09-24 13:52:43 +02:00
|
|
|
end
|
|
|
|
end
|
2016-08-18 22:11:42 +03:00
|
|
|
end
|
|
|
|
end
|