8 lines
		
	
	
		
			79 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			79 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| # typed: strict
 | |
| 
 | |
| module Homebrew
 | |
|   module Install
 | |
|     include Kernel
 | |
|   end
 | |
| end
 |