10 lines
		
	
	
		
			140 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			140 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
|   | module Utils | ||
|  |   module Analytics | ||
|  |     class << self | ||
|  |       def custom_prefix_label | ||
|  |         "non-/usr/local".freeze | ||
|  |       end | ||
|  |     end | ||
|  |   end | ||
|  | end |