12 lines
		
	
	
		
			204 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			204 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| require "hbc/artifact/uninstall_base"
 | |
| 
 | |
| module Hbc
 | |
|   module Artifact
 | |
|     class Zap < UninstallBase
 | |
|       def zap_phase
 | |
|         dispatch_uninstall_directives(expand_tilde: true)
 | |
|       end
 | |
|     end
 | |
|   end
 | |
| end
 | 
