12 lines
		
	
	
		
			188 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			188 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
|   | require "hbc/artifact/moved" | ||
|  | 
 | ||
|  | class Hbc::Artifact::Suite < Hbc::Artifact::Moved | ||
|  |   def self.artifact_english_name | ||
|  |     "App Suite" | ||
|  |   end | ||
|  | 
 | ||
|  |   def self.artifact_dirmethod | ||
|  |     :appdir | ||
|  |   end | ||
|  | end |