12 lines
196 B
Ruby
12 lines
196 B
Ruby
require "hbc/artifact/uninstall_base"
|
|
|
|
module Hbc
|
|
module Artifact
|
|
class Uninstall < UninstallBase
|
|
def uninstall_phase
|
|
dispatch_uninstall_directives
|
|
end
|
|
end
|
|
end
|
|
end
|